/* @override http://scriptshit.de/subdomains/jvg/sitedata/template/css/screen.css */

@import url(reset.css);
/*@import url(diagnostic.css);*/

/* @group Standard */
div.break, br {
	clear: both;
}

body#ssBody {
	background-color: #ffff;
	color: #464646;
	font: normal 14px/160% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/ssBg.jpg);
	background-repeat: repeat-x;
}

p {
	
}

/* @group Links */

a:link, a {
	background: transparent;
	color: #181818;
	text-decoration: none;
	border-bottom: 1px solid #256095;
	padding-bottom: 2px;
}

a:visited {
	background: transparent;
	color: #181818;
	text-decoration: none;
	border-bottom: 1px solid #c3c3bf;
	padding-bottom: 2px;
}

a:focus, a:hover, a:active {
	background: #000;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #000 solid;
	padding-bottom: 2px;
}


/* @end */

/* @group Tabellen */

table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
}

table caption {
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}

table thead th {
	padding: 5px;
	border: 1px dotted #000000;
	text-align: left;
	background-color: #c0c0c0;
}

table tbody td {
	padding: 5px;
	border: 1px dotted black;
}

/* @end */

/* @group Überschriften */

h1 {
	font-size: 1.8em;
	color:#256095;
}

h2 {
	font-size: 1.5em;
	color:#256095;
	margin-bottom: 10px;
}

h3{
	font-size: 1.2em;	
	color:#256095;
	margin-bottom: 10px;
	border: 0px;
	background-color: transparent;
}

h4 {
	font-size: 1.2em;
	color:#256095;
	color:#256095;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.1em;	
	color:#256095;
	margin-bottom: 10px;
}

h6 {
	
}

/* @end */

/* @group Listen */

div#ssContent ul {
	margin: 0px 0px 30px 30px;	
}

div#ssContent ul li {
	list-style-type: square;
}

/* @end */

/* @group Inline Elemente */

blockquote {
	
}

cite {
	
}

address {
	white-space: pre;
	margin-bottom: 20px;
}

a {
	
}

a:hover {
	
}

abbr {
	
}

code {
	color: green;
	white-space: pre;
}

samp {
	font-family: "Courier New", Courier, mono;
}

/* @end */

/* @end */

/* @group Wrapper */

div#ssWrapper {
	width: 900px;
	background-image: url(../images/ssSidebarBg.jpg);
	background-repeat: repeat-y;
}

/* @group Content Wrapper */

/* @group Sidebar */

div#ssSidebar {

}

/* @end */

/* @group Content */

.ssR {
	float: right;
	border: 1px solid gray;
	padding: 2px;
	margin: 0px 0px 5px 15px;
}
.ssL {
	float: left;
	border: 1px solid gray;
	padding: 2px;
	margin: 0px 15px 5px 0px;
}

div#ssContent {
	width: 503px;
	float: left;
	font-size: 12px;
	padding-top: 30px;
}
div#ssContent p {
	margin-bottom: 30px;
}
div#ssContent p.ssEinleitung {
	font-style: italic;
}

/* @end */

/* @group Sidebar2 */

div#ssSidebar2 {
	padding-top: 30px;
	padding-bottom: 100px;
	width: 297px;
	float: left;
}
div#ssSidebar2 h3 {
	margin-left: 50px;
	margin-bottom: 5px;
	color:#256095;
	font-size: 13px;
}
div#ssSidebar2 h3 a,
div#ssSidebar2 h3 a:link, 
div#ssSidebar2 h3 a:visited, 
div#ssSidebar2 h3 a:hover  {
	background-color: transparent;
	border: 0px;
	color:#256095;
}


/* @group Liste */
div#ssSidebar2 ul.ssUl1 {
	position:relative;
	left: 33px;
	color:#256095;
	font-size: 13px;
	margin-bottom: 25px;
	width: 214px;
}
div#ssSidebar2 ul.ssUl1 li a:link, div#ssSidebar2 ul.ssUl1 li a  {
	margin-left: 20px;
	background: none;
	color: #474747;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

div#ssSidebar2 ul.ssUl1 li a:visited {
	margin-left: 20px;
	background: none;
	color: #474747;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

div#ssSidebar2 ul.ssUl1 li a:focus, div#ssSidebar2 ul.ssUl1 li a:hover, div#ssSidebar2 ul.ssUl1 li a:active {
	background: #474747;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}

div#ssSidebar2 ul.ssUl1 li.active {
	background-image: url(../images/ssLiBg.jpg);
	background-repeat: repeat-y;
}
div#ssSidebar2 ul.ssUl1 li.active a:link {
	background: transparent;
	color: #474747;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

div#ssSidebar2 ul.ssUl1 li.active a:visited {
	background: #fff;
	color: #474747;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

div#ssSidebar2 ul.ssUl1 li.active a:focus, div#ssSidebar2 ul.ssUl1 li.active a:hover, div#ssSidebar2 ul.ssUl1 li.active a:active {
	background: #474747;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
/* @end */

/* @end */

/* @end */

/* @group Header */

/* @group menu */
ul.ssMenu {
	width: 200px;
	position: relative;
	left: 50px;
	top: 65px;
	font-size: 12px;
}
ul.ssMenu li {
	margin: 0px 0px 0px 0px;	
}
ul.ssMenu li a:link {
	background: transparent;
	color: #474747;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

ul.ssMenu li a:visited {
	background: transparent;
	color: #464646;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}

ul.ssMenu li a:focus, ul.ssMenu li a:hover, ul.ssMenu li a:active {
	background: #474747;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px #000 solid;
	padding-bottom: 2px;
}


/* @end */
#ssHeader {
	height: 192px;
	width: 900px;
	background-image: url(../images/ssHeader.jpg);
}
div#ssLogo h1,div#ssLogo p {
	text-indent: -9999px;
}
/* @end */

/* @group Footer */
#ssFooter {
	height: 124px;
	width: 100%;
	background-image: url(../images/ssFooterBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#ssFooterContent {
	margin-left: 290px;
	position: relative;
	top: 20px;
	color: #fefefe;
}
#ssFooter a:link,#ssFooter a:visited, #ssFooter a {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
/* @end */

/* @end */
