/* @override 
	http://www.tausilber.de/fileadmin/templates/tausilber/style.css
	http://tausilber.de/fileadmin/templates/tausilber/style.css
*/

@charset "UTF-8";

* {
margin:0;
padding:0
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
	background-color: #bdbdbd;
}


#container{
	width: 1000px;	
	margin-right: auto;
	margin-left: auto;
	background-image: url(Bilder/container.jpg);
}
#header {
	height: 200px;
	background-image: url(Bilder/header.jpg);
	vertical-align:bottom;
}
#subnavigation {
	padding-left: 30px;
	height: 20px;
	padding-top: 30px;
}

#navigation{
	float: left;
	width: 200px;
	min-height: 360px;
	background-repeat: no-repeat;
	background-position: left top;
}
#inhalt {
	width: 780px;
	min-height: 360px;
	margin-left: 200px;
	background-image: url(Bilder/inhalt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 10px;
}
#inhaltsrahmen {
	margin-right: 40px;
	float: right;
}
#footer {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: url(Bilder/footer.jpg) no-repeat;
}

.hauptnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.hauptnavigation li {
	list-style-type: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#subnavigation ul.hauptnavigation {
	margin-top: 0;
	margin-left: -40px;
}



.subnavigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.csc-firstHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#inhaltsrahmen div.csc-header.csc-header-n2 h1 {
	font-weight: normal;
	font-style: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h1 {
	font-weight: normal;
	font-style: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytext {
	margin-bottom: 10px;
}

a.internal-link, a.internal-link-new-window {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #151515;
}
a.internal-link:before, a.internal-link-new-window:before {
display:block;
margin-right:2px;
content: url(Bilder/internal-link.png);
}
a.internal-link:hover, a.internal-link-new-window:hover {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;}
a.external-link, a.external-link-new-window { 
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #151515;
}
a.external-link:before, a.external-link-new-window:before {
display:block;
margin-right:2px;
content: url(Bilder/external-link.png);
}
a.external-link:hover, a.external-link-new-window:hover {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;}
a.mail { 
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #151515;
}
a.mail:before {
display:block;
margin-right:2px;
content: url(Bilder/mail-link.png);
}
a.mail:hover {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;}
a.download { 
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #151515;
}
a.download:before {
display:block;
margin-right:2px;
content: url(Bilder/download-link.png);
}
a.download:hover {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;}
	


/* @group Navigation */

li.menuAktiv {
	list-style-type:none;
	background-repeat:repeat-y;
	}

li.menuInaktiv {
	list-style-type:none;
	}
	
a.menuAktiv:link,a.menuAktiv:active,a.menuAktiv:visited,a.menuAktiv:hover {
	display:block;
	padding-left: 23px;
	color: #fff;
	font-size: 18px;
	text-decoration:none;
	border: none;
	margin-left: 30px;
	background: #369 url(Bilder/menu_aktiv_repx.jpg) repeat-x;
	height: 26px;
	padding-top: 7px;
}
	a.menuInaktiv:link,a.menuInaktiv:visited,a.menuInaktiv:active {
	display:block;
	padding-left: 23px;
	color: #c8c8c8;
	font-size: 18px;
	text-decoration:none;
	border: none;
	margin-left: 30px;
	background: #369 url(Bilder/menu_inaktiv_repx.jpg) repeat-x;
	height: 26px;
	padding-top: 7px;
}
	a.menuInaktiv:hover {
	display:block;
	padding-left: 23px;
	color: #fff;
	font-size: 18px;
	text-decoration:none;
	border: none;
	margin-left: 30px;
	background: #369 url(Bilder/menu_aktiv_repx.jpg) repeat-x;
	height: 26px;
	padding-top: 7px;

}




li.menuAktiv2 {
	list-style-type:none;
	font-weight: bold;
}


li.menuInaktiv2 {
	list-style-type:none;
}
	
a.menuAktiv2:link,a.menuAktiv2:active,a.menuAktiv2:visited,a.menuAktiv2:hover {
	display:block;
	padding-left: 35px;
	color: #000;
	font-size: 14px;
	text-decoration:none;
	border: none;
	background: url(Bilder/menu2_repx.jpg) repeat-x;
	margin-left: 30px;
	height: 22px;
	padding-top: 5px;
}
	a.menuInaktiv2:link,a.menuInaktiv2:visited,a.menuInaktiv2:active {
		display:block;
	padding-left: 30px;
	color: #474747;
	font-size: 14px;
	text-decoration:none;
	border: none;
	background: url(Bilder/menu2_repx.jpg) repeat-x;
	margin-left: 30px;
	height: 22px;
	padding-top: 5px;
	}
	a.menuInaktiv2:hover {
		display:block;
	padding-left: 35px;
	color: #000;
	font-size: 14px;
	text-decoration:none;
	border: none;
	background: url(Bilder/menu2_repx.jpg) repeat-x;
	margin-left: 30px;
	height: 22px;
	padding-top: 5px;
}
	
	
	



/* @end */