@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;
}
li, dd {
	margin-left:1em;
}
fieldset {
	padding:.5em;
}
body {
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
}
body {
	text-align:center;
	color: #555555;
}
body#bd {
	color: #333333;
	background: #F2F2F2;
}
/*LAYOUT*/

#wrap {
	min-width:760px;
	max-width:960px;
	width:auto !important;
	text-align:left;
	margin:0 auto;
}
#leftfauxcol {
	background:url(../images/leftslidingcolumn.png) 20% 0;
}
#rightfauxcol {
	background:url(../images/rightslidingcolumn.png) 80% 0;
}
#header {
	background-image:url(../images/sv-homepage-layout_r1_c1_r1_c1.png);
	background-repeat:no-repeat;
	height:180px;
}
#content {
	float:left;
	width:60%;
	overflow:hidden;
}
#footer {
	clear:both;
	text-align:center;
	background: #000;
	border-top: 1px #fff solid;
	color: #fff
}
.inside {
	padding:10px;
}
#sidebar, #sidebar-2 {
	float:left;
	width:20%;
	overflow:hidden;
	color:#FFFFFF;
}
/*LAYOUT*/

/*JOOMLA CLASSES*/
.contentpane {
	text-align: justify;
	}

.moduletable h3 {
	height:1.2em;
	margin: 10px -10px;
	text-align: center;
	background-color: #FFFFFF;
	color:#09478A;
	}
/*JOOMLA CLASSES*/

/*LINKS IM CONTENT UND HEADER*/
#content a:link, #content a:visited, #header a:link, #header a:visited  {
  color				: #3366C0;
  text-decoration  : none;
}

#content a:hover, #content a:active, #content a:focus, #header a:hover, #header a:active {
  color            : #009900;
  text-decoration  : underline;
}

/*LINKS LINKS RECHTS FOOTER*/
#footer a:link, #footer a:visited, #sidebar-2 a:link, #sidebar-2 a:visited {
	color : #fff;
	text-decoration : underline;
}
#footer a:hover, #footer a:active, #footer a:focus, #sidebar-2 a:hover, #sidebar-2 a:active {
	color : #009900;
	text-decoration : underline;
}
/*END LINKS*/

/*MENU*/
.menu {
	color:#333;
	margin-bottom:1em;
	padding:0;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.menu>li {
	border-bottom:1px solid #fff;
	margin:0;
}

/*CURRENT FETT*/
#current>a {
	font-weight:bold;
	background-image:url(../images/sv-logo-12.png);
	background-repeat:no-repeat;
	background-position:right;
	}
/*LEVEL1 Normal*/
.menu li a {
	display:block;
	border-left:10px solid #042446;
	background-color:#09478A;
	color:#fff;
	text-decoration:none;
	padding:3px 5px 3px 0.5em;
	width:auto;
}
/*LEVEL1 Aktiv*/
.menu li.active a {
	display:block;
	border-left:10px solid #042446;
	background-color:#2586d7;
	color:#fff;
	text-decoration:none;
	padding:3px 5px 3px 0.5em;
	width:auto;
}
/*LEVEL1 Hover*/
.menu li a:hover{
	border-left:10px solid #1c64d1;
	border-right:10px solid #5ba3e0;
	background-color:#1c64d1;
	color:#fff;
}
/*LEVEL1 Current*/
/*.menu #current {
	border-right:10px solid #5ba3e0;
}*/
/*LEVEL2 Normal*/
.menu .parent ul {
	background-color:#CCCC33;
	margin:0px;
	padding:0px;
	}
.menu .parent li {
	margin:0;

}

.menu .parent li a {
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 1.0em;
	width:auto;
}

/*LEVEL3 Normal*/
.menu .parent>ul>.parent ul {
	margin:0px;
	padding:0px;
	}
.menu .parent>ul>.parent li {
	margin:0;

}

.menu .parent>ul>.parent li a {
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 1.5em;
	background-color:#5ba3e0;
	width:auto;
}


.menu .parent>ul>.parent li a:hover {
	background-color: #1c64d1;
}

/*LEVEL4 Normal*/
.menu .parent>ul>.parent ul>.parent ul {
	margin:0px;
	padding:0px;
	}
.menu .parent>ul>.parent>ul>.parent li {
	margin:0;

}

.menu .parent>ul>.parent>ul>.parent li a {
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 2.0em;
	background-color:#5ba3e0;
	width:auto;
}


.menu .parent>ul>.parent>ul>.parent li a:hover {
	background-color: #1c64d1;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
  background: #EEEEEE;
}

tr.row1 {
    padding: 4px;
    border-right: 1px solid #fff;
    background: #EEEEEE;
}

/*END MENU*/

/*BREADCRUMB MENU*/
.breadcrumbs_pathway {
	border-top: dashed thin green;
	border-bottom: dashed thin green;
	}
 /*END BREADCRUMB MENU*/


.componentheading {
	font-size        : 20px;
	font-weight      : bolder;
	color            : #0B5A95;
	text-align       : right;
	padding-right	 : 10px;
}
.sectiontableheader {
  color            : #3366C0;
  font-weight      : bold;
  height			: 15px;
  vertical-align: top;
}

.contentheading{
  font-size        : 14px;
  font-weight		: bold;
  color            : #3366C0;
  text-align       : left;
  padding-bottom:	1em;
}

.precontentheading{
	border-top: 1px dashed green;
	padding-top:1em;
	margin-top:2em;
	position: relative;
	color:green;
	font-style: italic;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
    padding: 4px 5px;
   	border: 1px solid #333333;
   	text-transform: uppercase;
    font-size: 85%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #3366C0;
    color: #ffffff;
}

.button:hover, .button:focus {
    border: 1px solid #999999;
   	background: #09478B;
   	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #EEEEEE;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

table.newsfeeds, table.weblinks, table.category {
    font-size: 1em;
}

table.newsfeeds td, table.weblinks td, table.category td {
    border-right: 1px solid #EEEEEE;
    padding: 4px;
}

.headline, .pretext, .aftertext, .whoplaystable {
  color            : #3366C0;
}


