/* Global Styles */
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
body {
	background: #E7E7E7 url(bg.jpg);
	
}

table { 
	padding: 0; 
	border: 0;	
	margin: auto;
	}


td {
	font: Verdana, serif;
	color:#000000;
	}
	
a {
	color: #E7E7E7;
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
	}
	
a:hover {
	color: #E7E7E7;
	}
	
/* ID Styles */


#letterpress {
		margin-top:100px;
		text-align:left;
}
#letterpress td {
	font: 28px Tahoma, Helvetica, Arial, Sans-Serif;
	color: #000; text-shadow: 0px 2px 3px #555;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	letter-spacing:.2em;
	line-height:15px;
	display: block;
	padding: 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC0000;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	}
	
#navigation a:hover {
	color:#ffffff;
	background-color: #CC0000;
	}
	
#div {
margin-top:50px;
-moz-box-shadow: 7px 7px 5px #666;
-webkit-box-shadow: 7px 7px 5px #666;
box-shadow: 7px 7px 5px #303030;
}

/* Class Styles */


.stildownload a {
	color: #CC0000;
	line-height:normal;
	letter-spacing:.1em;
	font-family: Verdana, serif;
	font-size: 13px;
	}

.stildownload a:hover {
	color:#ffffff;
	background-color: #CC0000;
}
	
.lseite {
	width: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	}

.lseite2 { 
	width: 15px;
	padding: 0;
	border: 0;
	margin: 0;
	}


.rseite { 
	width: 15px;
	padding: 0;
	border: 0;
	margin: 0;	
	}
	
.brstil {
	font-family: Verdana, serif;
	}

.stil6 {
	font-family: Verdana, serif;
	
	font-size: 16px;
	color:#ffffff;
	background-color: #737373;
	}
	
.stil7 {
	font-family: Times New Roman, serif;
	color: #cc0000
	}
	
.logo {
	height: 100px;
	font: 24px Verdana, serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 26px;
	background-image:url(strichkon.jpg)
	}
	
.logo2 {
	height: 100px;
	font: 24px Verdana, serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 26px;
	background-image:url(strichlit.jpg)
	}
	
.logo3 {
	height: 100px;
	font: 24px Verdana, serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 26px;
	background-image:url(strichindex.jpg)
	}

.logo4 {
	height: 100px;
	font: 24px Verdana, serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 26px;
	background-image:url(strichpers.jpg)
	}	

.logo5 {
	height: 100px;
	font: 24px Verdana, serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 26px;
	background-image:url(strichweiteres.jpg)
	}		
	
.bodyText {
	line-height:normal;
	color:#000000;
	
	font-family: Verdana, serif;
	font-size: 13px;
	}

.detailText {
	font:11px Verdana, serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	color: #000000;
	letter-spacing:0.1em;
	line-height:5px;
	font-family: Verdana, serif;
	font-size: 24px;
	text-indent: 5px;
	}
	
.subHeader {
	font:bold 12px Verdana, serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Verdana, serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}
	
	#menu {
	
}

#menu h3 {
	font-size: 17px;
	color: #ffffff;
	padding: 10px;
	margin: 0;
	background: #000;
	line-height: 20px;
}

#menu ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
}

#menu ul li {
	float: left;
		margin: 0 0 0 10px;
	font-size: 17px;
	font-family: 'Arial';
	line-height: 50px;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu ul li a:hover {
	color: #000000;
}

#menu ul li img {
	float: left;
	width: 16px;
	height: 16px;
	margin: 14px 5px;
	padding: 6px;
	background: #ffffff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu ul li:hover img {
	background: #000000;
}

#menu ul ul {
	position: absolute;
	top: -9999px;
	background: #ffffff;
	padding: 0;
	margin: 0 0 0 -5px;
	-webkit-box-shadow: 0 10px 20px #888;
	-moz-box-shadow: 0 10px 20px #888;
	box-shadow: 0 10px 20px #888;
}

#menu ul ul:before {
	position: absolute;
	content:"";
	width: 10px;
	height: 10px;
	top: -5px;
	left: 20px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu ul li:hover ul {
	top: 55px;
}
