body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	background-image: url("images/top_bg.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	width: 975px;
	height: auto;
}
#logo {
	width: 975px;
	text-align: left;
	margin-bottom: 20px;
}
#menu {
	width: 975px;
	text-align: left;
	height: 29px;
	background-color: #40486d;

}
.menu_items {
	margin-right: 43px;

}
#content {
	margin-top: 20px;

}
#side_a {
	width: 254px;
	float: left;
	height: auto;
}
#side_b {
	width: 445px;
	float: left;
	height: auto;
	padding: 10px;
}
#side_c {
	width: 254px;
	float: left;
	height: auto;
}
#side_d {
	width: 669px;
	float: left;
	height: auto;
}
#vert_line {
	background-image: url("images/vert_line.png");
	width: 1px;
	height: 603px;
	float: left;
}
#hori_line {
	background-image: url("images/hori_line.png");
	width: 248px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#kontakt {
	margin-left: 11px;
}
#album {
	margin-left: 0px;
	margin-top: 22px;
}
#album_caption {
	width: 222px;
	text-align: left;
	height: 16px;
	background-color: #40486d;
	color: #ffffff;
	padding: 4px;
}
#album_caption2 {
	width: 170px;
	text-align: left;
	height: 16px;
	background-color: #40486d;
	color: #ffffff;
	padding: 4px;
}

.field {
	width: 198px;
	font-size: 11px;

}
.submit {
	width: 58px;
	height: 20px;
	font-size: 11px;
}
#login {
	margin: 20px;
}
#subMenu {
	margin-top: 14px;
}
.subMenuItem {
	background-image: url("images/subMenu.png");
	background-repeat: no-repeat;
	width: 236px;
	height: 23px;
	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 5px;
}
.commentCaption {
	background-image: url("images/commentCaption.png");
	background-repeat: no-repeat;
	width: 236px;
	height: 23px;
	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 5px;
}
.subMenuItemActive {
	background-image: url("images/subMenuActive.png");
	background-repeat: no-repeat;
	width: 236px;
	height: 23px;
	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 5px;
}
#dropmenu {
	display: none;
}
.album_link {
	color: #40486d;
}
.comment {
	background-color: #eaeaea;
	border-top: 1px solid #d2d0d0;
	border-bottom: 1px solid #d2d0d0;
	width: 658px;
	height: auto;
	clear: both;
	margin-top: 20px;
	margin-left: 30px;
}
.lank {
	color: #40486d;
}
.album_pic {
	max-height: 439px;
	height: auto !important;
	height: 439px;
	max-width: 658px;
	width: auto !important;
	width: 658px;

}