/* @override 
	http://www.nigge.com/template/default.css
*/

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



a {
	text-decoration: none;
	color: gray;
	font-size: 14px;
}

#footer a {
	padding-left: 10px;
	text-transform: uppercase;
	display: none;
}

#container {
	
	height: 100%;
	overflow: hidden;
		background-image: url(/template/960/img/121_col.gif);
}

#top {
	margin-top: 30px;
}


#links {


	height: 700px;
	border-top: 1px solid #E0E0E0;

	
	border-bottom: 1px solid #E0E0E0;


	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 10px;
}

#menu {
	margin-top: 30px;
	height: 700px;
	
				border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	padding-top: 10px;
	padding-bottom: 10px;

}

#footer {
	margin-top: 5px;
}

#navi {
	margin-top: 30px;
}



#links img.logo {
	margin-top: 0px;
	margin-bottom: 70px;
}



/*Menu Ebene1*/

#links ul.list1 {
	font-size: 14px;
	line-height: 21px;
	list-style-type: none;
	list-style-position: outside;

	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	position: relative;
	bottom:0px;
	border-bottom: 0px solid #E0E0E0;
	margin-top: -6px;
}

#links ul.list1 li.list_menu1 {
	margin: 0;
	border-top: 0px solid #E0E0E0;
	padding: 5px 0;
}



/*Menu Ebene1 inaktiv*/

#links ul.list1 li.list_menu1_act {
	margin: 0;
	border-top: 0px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0;
	padding: 5px 0;
}

#links ul.list1 li.list_menu1 a {
	color: gray;
}

#links ul.list1 li.list_menu1 a:hover {
	color: maroon;
}

#links ul.list1 li.list_menu1_act ul.list2 a:hover{
	color: maroon;
}

/*Menu Ebene1 aktiv*/

#links ul.list1 li.list_menu1_act a {
	
	color: maroon;
	font-weight: normal;
	font-style: normal;
}


/*Menu Ebene2*/

#links ul.list1 li.list_menu1_act ul.list2 {
	position: relative;
	left: 10px;
	margin-top: 10px;
	list-style-type: none;

	margin-right: 15px;
	margin-bottom: 10px;
}


/*Menu Ebene2 inaktiv*/

#links ul.list1 li.list_menu1_act ul.list2 li.list_menu2 {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
}



#links ul.list1 li.list_menu1_act ul.list2 a {
	color: gray;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;

}


/*Menu Ebene2 aktiv*/

#links ul.list1 li.list_menu1_act ul.list2 li.list_menu2_act {
	margin: 0 0 0 2px;
	padding: 0;
		list-style-image: none;
}

#links ul.list1 li.list_menu1_act ul.list2 li.list_menu2_act a  {
	color: maroon;
}

/*Photo*/

img.single_photo {
	float: right;
}


/*Navi*/

#navi ul.list_navi {
	float: right;
}

#navi ul.list_navi li {
	float: left;
	list-style-type: none;
	color: gray;
}

#navi ul.list_navi li.inactive {
	color: silver;
	font-size: 14px;
}

/*Thumbs*/

#menu ul li.list_thumb {

	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}


#menu ul li.list_thumb img.thumb_photo {
	margin: 0;
	padding: 0;
	float: left;
}



#navi ul.list_navi {
	position: absolute;
	overflow: visible;
	visibility: visible;
	z-index: 100;
	bottom: 735px;
	display: block;
	float: right;
	left: 415px;
}













#next {
	background: url(../../template/img/listicon_light.gif) no-repeat right center;
	padding-right: 10px;
}

#next.inactive{
	background: url(../../template/img/listicon_light_inactive.gif) no-repeat right center;
	padding-right: 10px;
}

#previous {
		background: url(../../template/img/listicon_lightleft.gif) no-repeat left center;
	padding-left: 10px;
}



#previous.inactive {
	background: url(../../template/img/listicon_lightleft_inactive.gif) no-repeat left center;
	padding-left: 10px;
}


#thumbnails {
	background: url(../../template/img/thumbicon.gif) no-repeat left center;
	padding-left: 15px;
}




h1 {
	float: left;
	clear: right;
	color: maroon;
	line-height: 21px;
	margin: 30px 0 10px;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}

ul.aboutlist{
	float: left;
	list-style-type: none;
	list-style-position: inside;
	color: gray;
	font-size: 14px;
	line-height: 21px;
	clear: left;
}

ul.aboutlist li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16px;
}



ul.contactlist{
	float: left;
	list-style-type: none;
	list-style-position: inside;
	color: gray;
	font-size: 14px;
	line-height: 21px;
	clear: left;
}

ul.contactlist li {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
}

ul.contactlist li p:first-line{
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
} 

ul.books {
	padding-left: 10px;
	margin: 5px 0;
}

ul.contactlist li a{
	color: maroon;
}

a:hover {
	color: maroon;
}

ul.list1 li a:hover {
	color: maroon;
}









p.copyright {
	color: gray;
	font-size: 12px;
	line-height: 26px;
	
	position: relative;
	top: 13px;
	width: 100%;
	float: left;
	text-align: left;
}

p span.frush {
	width: 45px;
	height: 25px;
	display: inline-block;
	background: url(../frush_clear.png) 0;
	text-indent: 5000px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

span.dark {
	color: #252525;
	float: left;
	display: block;
	font-size: 10px;
	line-height: 10px;
}
