* CSS Document */

* {

}
body {
padding:0px;
margin:0px;
height:100%;
background-color:#FFFFFF;
font-family: sans-serif, Arial, Verdana, Helvetica;
font-size:13px;
text-align:justify;
line-height: 1.5;
}
a:link {
	color: #0F73AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F73AD;
}
a:hover {
	text-decoration: underline;
	color: #0F73AD;
}
a:active {
	text-decoration: none;
	color: #0F73AD;
}

td,tr,p,div {
color:#4B5B64;
}


/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote {
	margin: 15px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	color: #58656A;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

hr {
	border-top: 2px solid #B4E4F0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}



/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
/* Code text */
pre, .code {
	padding: 15px 25px 15px 40px;
	margin: 15px 0;
	background: url(../images/tp-code.gif) no-repeat top left #EFF9FC;
	font: 1em/1.5 "Courier News", monospace;
}

/* Quote */
blockquote {
	margin: 15px 0;
	padding: 10px 40px 10px 60px;
	background: url(../images/quote.gif) 15px 5px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

div.blockquote {
	margin: 0;
	padding: 0;
	background: url(../images/quote-right.gif) no-repeat bottom right;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #16A9CD;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	color: #CF3020;
	background: url(../images/bullet-error.gif) no-repeat center left;
}

.message {
	padding: 5px 5px 5px 25px;
	color: #16A9CD;
	background: url(../images/bullet-info.gif) no-repeat center left;
}

.tips {
	padding: 5px 5px 5px 25px;
	color: #DF8A00;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}

.highlight {
	border: 1px dotted #9AA6AA;
	padding: 0 5px;
	background: #FFFFF0;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 40px 90px 15px 25px;
	background: url(../images/sticky-bg.gif) no-repeat top right #EFF9FC;
}

p.pinnote {
	padding: 40px 90px 15px 25px;
	background: url(../images/pin-bg.gif) no-repeat top right #EFF9FC;
}

p.clipnote {
	padding: 40px 90px 15px 25px;
	background: url(../images/clip-bg.gif) no-repeat top right #EFF9FC;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 5px 0 5px 32px;
	background: url(../images/checklist-bg.gif) no-repeat top left;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: bold 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 25px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 25px 30px 25px;
	width: auto;
	font: italic 1em/1.5 Georgia, Times, serif;
}

div.bubble2 {
	width: 99%;
	background: url(../images/bub-arrow-bg.gif) no-repeat bottom left;
}

div.bubble2 div {
	margin-bottom: 20px;
	padding: 15px 25px;
	border: 2px solid #B4E4F0;
	border-bottom: none;
	background-color: #EFF9FC;
	font: italic 1em/1.5 Georgia, Times, serif;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 25px 50px 25px;
	width: auto;
	font: italic 1em/1.5 Georgia, Times, serif;
}

div.bubble4 {
	width: 99%;
	background: url(../images/bub2-arrow-bg.gif) no-repeat bottom left;
}

div.bubble4 div {
	margin-bottom: 30px;
	padding: 15px 25px;
	border: 2px solid #B4E4F0;
	background-color: #EFF9FC;
	font: italic 1em/1.5 Georgia, Times, serif;
}

/* Download button style */
a.but-download {
	margin: 0;
	padding: 0;
	width: 274px;
	display: block;
	background: url(../images/download-right-bg.gif) no-repeat top right #16A9CD;
	text-decoration: none;
}

a.but-download:hover {
	text-decoration: none;
}

a.but-download:hover span.download strong {
	color: #FFFF66;
}

span.download {
	margin: 0;
	padding: 18px 0 18px;
	width: 274px;
	display: block;
	background: url(../images/download-left-bg.gif) no-repeat top left;
	line-height: normal;
	cursor: pointer;
	text-align: left;
}

span.download strong {
	margin: 0;
	padding: 0 10px 0 70px;
	display: block;
	color: #FFFFFF;
	font: 22px/normal Arial, sans-serif;
	text-align: left;
}

span.download span {
	padding-left: 70px;
	color: #B4E4F0;
	font: 12px/normal Arial, sans-serif;
}

.baslik, .blog_more strong {
	font-family: sans-serif, Arial, Verdana, Arial, Helvetica;
	font-size:18px;
	color:#0F73AD;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	font-weight: normal;
	text-decoration: none;
}
.ustunu_ciz_sari {
color:#957E00;
background-color:#FFFF93;
}
.ustunu_ciz_kirmizi {
color:#CC0000;
background-color:#FFCCCC;
}
.ustunu_ciz_mavi {
color:#006AB0;
background-color:#CCEBFF;
}
.ustunu_ciz_yesil {
color:#006600;
background-color:#B6F1B6;
}
.usermodules_tbl li a:link,.usermodules_tbl li a:hover,.usermodules_tbl li a:visited{
font-family: sans-serif, Arial, Verdana, Arial, Helvetica;
font-size:12px;
font-weight:normal;
color:#4A5660;
}
.usermodules_tbl li a:hover{
border-bottom: 1px dotted #FF0000;
font-weight:normal;
color:#000000;
}
.usermodules_tbl h3{
padding-bottom:5px;
border-bottom:1px dotted #000000;
}
.usermodules_tbl ul {
margin-top:0;
padding-top:0;
}
.tabellenschatten {
background:url(../images/bg_line.png) repeat-y;
}
.tabellenschatten2 {
background:url(../images/bg_line2.png) repeat-y;
}
.navigationsleiste {
background:url(../images/navigationsleiste_bg.png) repeat-y;
margin:0;
padding:0;
}
.tabellen_header {
height:205px !important;
width:580px !important;
background:url(../images/header_bg.jpg) repeat-y;
}
.sky_td {
height:205px !important;
width:800px !important;
background:url(../images/top.gif) repeat-y;
}
.my_header {
vertical-align:middle;
margin-left:120px;
height:28px;
font-size:28px;
}
.newsflash_div {
padding-left:20px;
width:180px;
height:180px;
font-size:14px;
vertical-align:middle;
text-align:justify;
overflow:hidden;
}
.mainbody_bg {
background:url(../images/mainbody_bg.png) repeat-y right;
}
.contenttbl_bg {
background:url(../images/contenttbl_bg.jpg) no-repeat;
padding-top:50px;

}
ul#mainlevel-nav
{
margin:0;
padding:0;
font-size:12px;
font-family: sans-serif, Arial, Verdana, Arial, Helvetica;
}

ul#mainlevel-nav li
{
list-style: none;
display:inline;
line-height:100%;
border-right:1px solid #FFFFFF;
padding:0px 10px 0px 10px;

}

ul#mainlevel-nav li a:link, ul#mainlevel-nav li a:visited
{
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
ul#mainlevel-nav li a:hover
{
color:#FFFFFF;
font-weight:normal;
text-decoration: underline;
}
.menuecontainer {
width:180px;

}
.contentheading, .blog_more strong {
	font-family: sans-serif, Arial, Verdana, Arial, Helvetica;
	font-size:22px;
	color:#0F73AD;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	font-weight: normal;
}
.blog_more strong {
font-weight:lighter;
}
.componentheading {
font-size:20px;
color:#0F73AD;
margin:0px;
margin-bottom:25px;
}
.moduletable {
padding-top:20px;
text-align:left;
}
.moduletable table tr td div img{
margin-left:-4px;
}.moduletable table tr td div {
height:18px;
}
.moduletable h3 {
font-family: sans-serif, Arial, Verdana, Arial, Helvetica;
font-size:16px;
color:#666666;
text-align:left;
margin:0px;
margin-bottom:10px;
}

table.contentpaneopen {
border-spacing:0px;
}
table.contentpaneopen td{
padding-right:10px;
}
.contentpane td {
padding-bottom:10px;
}
/* Login-Modul */
#mod_login_username, #mod_login_password{
width:175px;
padding:2px;
}
#mod_login_remember{
padding-bottom:5px;
padding-top:5px;
margin-left:0px;
}

/* Schnellsuche */

#mod_search_searchword{
padding:0;
width:175px;
font-size:12px !important;
border: 2px solid #B4E4F0;
padding:3px;
}

#mod_search_searchword:hover, #mod_search_searchword:focus {
border-color: #66BD64;
}
/* Layer in dem sich die Schnellsuche befindet */
.search {
margin:0;
margin-top:8px;
padding:0px;;
width:220px;
}

/* Contentgestaltung */

.createdate {
font-size:12px;
padding-bottom:10px;
}
.small{
font-size:12px;
font-weight:normal;
}
.modifydate{
font-size:12px;
font-weight:normal;
padding-top:10px;
padding-bottom:10px;
}
.pagenavbar{
border-top:1px dotted #CCCCCC;
border-bottom:1px dotted #CCCCCC;
padding:5px;
padding-left:0px;
font-weight:normal;
}
.readon:link,.readon:hover,.readon:visited,
.pagenav_next a:hover,.pagenav_next a:link,.pagenav_next a:visited
{
border-left:0px solid #59B300;
padding-left:0px;
padding-bottom:2px;
}
.pagenav_prev a:hover,.pagenav_prev a:link,.pagenav_prev a:visited
{
border-right:0px solid #0F73AD;
padding-right:5px;
padding-bottom:2px;
}

/* Standard-Tag-Formatierung */
ul {
margin:0;
padding:17px;
}
li{
list-style:url(../images/indent1.gif);
}
li a{
font-weight:normal;
}
/* Menüformatierung */
/* -> Hauptmenüpunkt */

a.mainlevel:link, a.mainlevel:visited{
display: block;
color:#4A5660;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
text-align:left;
background:url(../images/line_dotted.gif) repeat-x bottom left;
padding-top:4px;
padding-bottom:4px;
height:15px;
padding-left:3px;
line-height: 1.1;
}

a.mainlevel:hover{
display: block;
color:#FFFFFF;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
text-decoration: none;
background:url(../images/menu_bg_hover.gif);
/* background-color:#B1E2FA; */
padding-left:3px;
line-height: 1.1;
}

a.mainlevel#active_menu {
font-weight:normal;
color:#FFFFFF;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
padding-left:3px;
background:url(../images/menu_bg.gif);
text-decoration: none;
line-height: 1.1;

}

/* -> Untermenüpunkt */
a.sublevel:link, a.sublevel:visited{
color:#4A5660;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
margin-left:3px;
line-height: 1.1;
}

a.sublevel:hover{
color:#0F73AD;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
text-decoration: underline;
line-height: 1.1;
}

#active_menu {
color: #1C6AC1;
font-family: Arial, sans-serif, Verdana, Helvetica;
font-size:12px;
text-decoration: underline;
line-height: 1.1;
}

/*Sectiontable */

.sectiontableheader {
background-color:#E6E6E6;
font-weight:normal;
padding: 3px 0px 3px 10px;
text-align:left !important;
}
.sectiontableentry1, .sectiontableentry2{
text-align:left !important;
}
.sectiontableentry1, .sectiontableentry1 td{
background-color:#FFFFFF;
padding: 3px 0px 3px 10px;
}
.sectiontableentry2, .sectiontableentry2 td {
background-color:#FFFFFF;
padding: 3px 0px 3px 10px;
}
.sectiontableentry1 a, .sectiontableentry2 a {
font-weight:normal;
}

/* Umfragetabelle */
.poll {
border-spacing:0;
width:100% !important;
}
.button {
	padding: 2px 5px;
	background: url(../images/but-bg.gif) repeat-x center #16A9CD;
	color: #FFFFFF;
	border: 0px solid #51BFD9;
	font-weight: bold;
}
.button:hover {
	padding: 2px 5px;
	background: url(../images/but-bg2.gif) repeat-x center #84D279;
	color: #FFFFFF;
	border: 0px solid #4CB93E;
	font-weight: bold;
	cursor: pointer;
}

.button:active, .button:focus {
}
.inputbox {
	margin-bottom: 2px;
	border: 2px solid #B4E4F0;
}

.inputbox:hover, .inputbox:focus {
	border-color: #66BD64;
}
.label{
padding:0px;
margin:0px;
vertical-align:top;
}
.contenttoc{
margin:5px;
border:1px solid #CCCCCC;
border-top: none;
border-right:none;
}
.contenttoc td, .contenttoc th  {
text-align:left;
font-size:12px;
padding-left:4px;
padding-bottom:2px;
padding-top:2px;
}
.pagenavcounter {
font-weight:normal;
}
.mosimage {
border:1px solid #CCCCCC;
margin:5px;
}
.mosimage_caption {
border-top:1px solid #CCCCCC;
}