
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#CCCCCC;
	
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
	color:#e40d8d;
	font-weight:bold;
}

h2 {
	font:1.1em georgia,serif;
	color:#e40d8d; 
	margin:1em 1em .5em 0.5em;
}

h3 {
	font:1.1em georgia,serif;
	color: #0d59e4; 
	margin:1em 1em .5em 0.5em;
	font-weight:bold;
}

h4 { 
	font:1.1em georgia,serif; 
	margin:0.5em 0;
	color:#CCCCCC;
	font-weight:bold;
}

h5 { 
	font:0.9em georgia,serif; 
	margin:0em 0em 0em 1em;
	color:#CCCCCC;
	font-weight:bold;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	width:800px;
	background-color:#FFFFFF;
}

div#header {
	width:100%;
	padding:0em;
	border-bottom:0px solid #000000;
	
}


div#content {
	padding:0em 0em 1em; /* bottom padding for footer */
	width:100%;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	padding: 0em 0em 0em 0em;

}
		
div#bottomPic{
	align:right;
	
	bottom:0; /* stick to bottom */
	border-top:1px;
	float:right;
}

div.limitSize
{
	/*overflow: hidden;*/
	padding-left: 0px;
	padding-right: 0px;
	/*text-overflow: ellipsis; */
	clip: auto; 
	white-space: normal;
	/*background-color:#0066FF;*/
} 

.hoverMeLink:hover
{
	background-color:#e40d8d;
	cursor: pointer;
}

.hoverMeLink2:hover
{
	background-color:#e40d8d;
	cursor: pointer;
}

.menu a {color: #FFFFFF; text-decoration: none}
.menu a:hover {color: #FFFFFF; text-decoration: underline}
.menu a:visited:hover {color: #FFFFFF; text-decoration: underline}

.photoSelection a {color: #000000; text-decoration: none}
.photoSelection a:hover {color: #000000; text-decoration: underline}
.photoSelection a:visited:hover {color: #0; text-decoration: underline}

.contact a {color: #000000; text-decoration: none}
.contact a:hover {color: #e40d8d; text-decoration: underline}
.contact a:visited:hover {color: #000000; text-decoration: underline}

#rightLine
{
	border-right:1px solid #CCCCCC;
}

#currentPicture
{
	color:#e40d8d;
	font-size:14px;
	font-weight:bold;
}

.topLine
{
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.bottomLine
{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.Line
{
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom: 1px solid #000000;
}

.tekstAlign 
{
		text-align: right;
		text-valign: bottom; 
		padding:0 1em;
}

div#break {
	overflow:hidden;
	}