
/* GLOBAL */


body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #29619f;
	background-image: url('../img/body_bg.jpg');
	background-repeat: repeat;
	background-position: center top;
}

body.home {
	background-color: #3a3e43;
	background-repeat: repeat;
}

body.photography {
	background-color: #555;
	background-image: url('../img/body_bg_gray.jpg');
}

img {
	border: 0px;
}

form, ul {
	margin: 0px;
	padding: 0px;
}

a {
	cursor: pointer;
}





/* LOCAL */

#container {
	width: 980px;
	height: 520px;
	margin: 0px auto;
	text-align: left;
}





#top {
	width: auto;
	height: 103px;
}

#top #logo {
	height: 103px;
	float: left;
}

#top #logo img {
	margin-left: 291px;
}



#top #language {
	width: 114px;
	height: 45px;
	float: left;
	margin-top: 51px;
	margin-left: 42px;
	margin-right: 12px;
}

#top #contact {
	width: 120px;
	height: 36px;
	float: left;
	margin-top: 52px;
	margin-left: 25px;
}






#main {
	width: auto;
	height: auto;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
}

#main #photo {
	float: left;
	margin: 31px 47px 0px 47px;
	width: 200px;
	height: 135px;
	overflow: hidden;
}

#main #switches {
	float: left;
	margin-top: 15px;
}

#main #switches div {
	float: left;
	margin-right: 15px;
}




#menu {
	width: 240px;
	height: auto;
	float: left;
	padding-top: 37px;
	margin-left: 46px;
	margin-bottom: 20px;
}

#menu ul {
	width: auto;
	height: auto;
	background-image: url('../img/menu_seperator.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li {
	list-style: none;
	width: auto;
	height: 39px;
	line-height: 39px;
	background-image: url('../img/menu_seperator.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu ul li a {
	display: block;
	text-align: left;
	cursor: pointer;
	width: auto;
	height: 37px;
	line-height: 37px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia;
	font-size: 1.05em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #cc0000;
}

#menu ul li a span {
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px;
	overflow: hidden;
}




#text {
	width: 610px;
	height: 370px;
	overflow-y: scroll;
	float: left;
	margin-left: 24px;
	margin-bottom: 30px;
	font-family: Georgia;
	font-size: 0.68em;
	line-height: 20px;
	color: #404040;
	padding-bottom: 40px;
}

#text #page_title {
	margin-top: 0px;
	margin-bottom: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 590px;
	height: 38px;
}

#text #page_title span {
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px;
	overflow: hidden;
}



#text a {
	color: #336699;
	text-decoration: underline;
}

#text a:hover {
	color: #111;
}


#text ul {
	
}

#text li {
	list-style: none;
	background-image: url('../img/list_bg.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 17px;
	margin-bottom: 7px;
}

#text p {
	margin: 0px;
	padding: 0px;
}







.photo {
	width: 132px;
	height: 153px;
	text-align: center;
	float: left;
	margin-bottom: 18px;
	margin-left: 46px;
	overflow: hidden;
}

.left {
	margin-left: 0px;
	clear: both;
}

.photo .image {
	width: 132px;
	overflow: hidden;
}

.photo .image img {
	border: 1px solid #111;
}

.photo .info {
	padding-top: 2px;
	line-height: 18px;
}




#tromik {
	width: auto;
	height: 46px;
	line-height: 46px;
	text-align: right;
	font-family: Georgia;
	font-size: 0.6em;
	color: #ccc;
	margin-right: 18px;
}

#tromik a {
	text-decoration: underline;
	color: #fff;
}

#tromik a:hover {
	color: #111;
}






