/**
 * @copyright Copyright (c) 2011 www.develman.de
 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: Verdana;
	width: 100%;
	color: #5d5b4e;
	text-align: center;
	background: #FFF url(../images/background.jpg);
}

h1 {
	line-height: 35px;
}

h2 {
	line-height: 30px;
}

h3 {
	line-height: 25px;
}

div.info-row {
	margin-left: 10px;
	padding-top: 10px;
}

div.clearing {
    height: 0;
    clear: both;
}

div.top {
	text-align: right;
	line-height: 30px;
	vertical-align: middle;
}

/** PAGE DEFINITION */
#wrapPage {
    margin: 0 auto;
    width: 85%;
}

#header {
    width: 100%;
    margin-top: 20px;
    background: #7A7867;
    text-align: left;
}

#wrapContent {
	width: 100%;
	float: left;
	margin-right: -250px;
	background: #FFF url(../images/right_col.gif) repeat-y right;
}

#container {
    margin-right: 20px;
	background: url(../images/sidebar_bg.png) repeat-y left;
}

#content {
	min-height: 200px;
	margin-left: 250px;
	padding: 0 20px 20px 20px; 
	text-align: left;
	border: 1px solid #ACB3AF;
}
	

#sidebar {
	width: 250px;
	float: left;
}

#rightCol {
	width: 20px;
	float: right;
}

#footer {
	clear: both;
    color: #ECEEC4;
    background: #7A7867 url(../images/footer_bg.png) repeat-y;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/** CONTENT DEFINITION */
div#content ul {
	margin-left: 25px;
}

div#content p {
	margin-top: 10px;
}

/** NAVIGATION DEFINITION */
ul#navigation {
    float: right;
    padding: 20px 5px 0 0;
    font-size: 1.2em;
}

ul#navigation li {
	margin: 0; 
	list-style: none;
	line-height: 35px;
}

ul#navigation a:link, ul#navigation a:visited, ul#navigation a:active {
	display: block;
	text-align: right;
    font-weight: bold;
    color: #636363;
	text-decoration: none;
}

ul#navigation a:hover {
    text-decoration: underline;
}

ul#navigation a.active {
    text-decoration: underline;
}

/** GALLERY DEFINITION */
a:hover img.thumbGallery {
	border: 1px solid #000;
}

div.galleryAlbum {
	margin: 18px 24px 32px 24px;
	padding: 22px 0 0 0;
	border: 1px solid #6b6b6b;
	background-color: #bababa;
}

div.galleryAlbum a {
	float: left;
	text-align: center;
	margin: 0 10px 20px 10px;	
}

div.galleryAlbum a img {
 	padding: 16px;
 	border: 1px solid #6b6b6b;
 	background-color: #E6E6E6;
}

div.galleryAlbumFooter {
	clear: both;	
}

/** FOOTER DEFINITION */
#footerNav {
    text-align: right;
    margin: 0 20px 40px 0;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #ECEEC4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
