/******************************************************************************
 * File:                info4insider.css
 * Author:             	Andreas Kammer
 * Date:                2010-04-10
 * Last change:         --
 * Copyright:           (c) 2010 pans.ch
******************************************************************************/



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
    background-color: #FFF;
	padding: 0;
	font-size: 12px;
	margin: 0;
    padding: 0;
    text-align: center;
	font-weight: bold;
}

p {
	font-size: 13px;
/*	margin: 0;*/
	padding: 0 0 2px 0;
}


.select-free
{
	position:absolute;
	z-index:10;
	overflow: hidden;/*must have*/
	width: 33em;/*must have for any value*/
	
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

a {
	text-decoration: none;
}

a:link {color: #006699; cursor: pointer}
a:active { color: #006699;}
a:visited { color: #006699;}
a:hover { color: #8CB0C9; /*background: url(../img/3x1999b.gif) bottom left repeat-x;*/ }


a.adminmenu { font-weight: bold; text-decoration: none; font-size: 12px; }
a.adminmenu:link { color: #666666; }
a.adminmenu:active { color: #666666; }
a.adminmenu:visited { color: #666666; }
a.adminmenu:hover { color: #ffffff; }



li { list-style-image: url(../img/style/menudreieck_small.png); }

img { border: none; }


.bildschatten101 {
 background: url(../img/style/schatten-101.png) no-repeat bottom left;
 padding: 9px 7px 9px 7px;
}
.bildschatten100_66 {
 background: url(../img/style/schatten-100_66.png) no-repeat bottom left;
 padding: 9px 7px 9px 7px;
}
.bildschatten300_425 {
 background: url(../img/style/schatten-300_425.png) no-repeat bottom left;
 padding: 9px 7px 9px 7px;
}
.bildschatten106 {
 background: url(../img/style/schatten-106.png) no-repeat bottom left;
 padding: 9px 7px 9px 7px;
}
.bildschatten150 {
 background: url(../img/style/schatten-150.png) no-repeat bottom left;
 padding: 9px 7px 9px 7px;
}


form { margin: 0; }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	color: #3F84B3;
	margin-top: 0;
}

h1 {
    font-size: 25px;
    }
h2 {
    font-size: 20px;
    }
h3 {
    font-size: 17px;
    }
h4 {
    font-size: 15px;
   }
h5 {
    font-size: 14px;
    margin-bottom: 0;
    }  
h6 {
    font-size: 13px;
    margin-bottom: 0;
    }   
	
	

.tableLeftContent {
	margin: 0 0 30px 4px;
	padding: 0 10px 0 0;
}
.statusAktiv {
    font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #33CC00;
	text-align: center;
}
.statusInaktiv {
    font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0033;
	text-align: center;
}

.tableTitel {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border: 1px solid black;
}

.tableList {
	border-collapse: collapse;
	table-layout: fixed;
}
.tableHead {
	background-color: #DDD;
	border: 1px solid #666666;
	font-weight: bold;
}
.tableBody {
	height: 20px;
	border: 1px solid #F2F2F2;
	background-color: #EDEDED;
}

.txtBold {
	font-weight: bold;
}
.txtRight {
	text-align: right;
}
.txtBlau {
	color: #3F84B3;
}
.inputDescription {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* forms... */

input{
	background-image: url(../img/style/input_htg.gif);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-width: 1px;
	border-top-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
	border-left-color: grey;
}
input[type=image] {
	vertical-align: bottom;
}
select{
	background-image: url(../img/style/input_htg.gif);
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-width: 1px;
	border-top-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
	border-left-color: grey;
}
textarea{
	background-image: url(../img/style/input_htg_textarea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-width: 1px;
	border-top-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
	border-left-color: grey;
}


/********************************************************
** Containers
********************************************************/

	div#hgLine{
		background-image: url(../img/style/hg_line.jpg);
		background-repeat: repeat-x;
	}
    
    div#otMainContent {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 13px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		margin-top: 1px;
    }
    div#otHeader { 
    	width: 1000px;
		height: 173px;
		text-align: left;
		background-color: #FFF;
		background-image: url("../img/style/header.jpg");
		background-repeat: no-repeat;
		z-index: 11;
    } 
    div#otHeaderLinks { 
		position: absolute;
		margin-left: 568px;
		margin-top: 148px;
    	width: 400px;
		height: 30px;
		text-align: right;
		z-index: 130;
		color: #006699;
		font-size: 11px;
		font-weight: bold;
    } 
    div#otMiddle { 
    	width: 1000px;
		background-color: #FFF;
		z-index: 40;
    }
    div#otBorder { 
    	margin: 0;
    	padding: 0;
		float: left;
    	width: 1000px;
		left: 0;
		background-color: #FFF;
		z-index: 30;
		background-image: url("../img/style/border.jpg");
		background-repeat: repeat-y;
    }

    div#otBanner {
    	margin: 0;
		margin-left: 10px;
		height: 215px;
		width: 979px;
		overflow: hidden;
    }
	div#otMainMenu {
		width: 979px;
		height: 73px;
		text-align: left;
		z-index: 12;
		margin-left: 10px;
		background-image: url("../img/style/mainmenu.jpg");
		background-repeat: repeat-x;
	}
    div#otTextContent { 
		float: left;
    	width: 710px;
		text-align: left;
		background-color: #FFF;
		z-index: 11;
		margin-left: 10px;
		padding: 34px 0 20px 20px;
		min-height: 450px;
		background-image: url(../img/style/teasertrennlinie.jpg);
		background-repeat: repeat-y;
		background-position: right;
    }
	
    div#otTeaser { 
		float: left;
    	width: 200px;
		text-align: left;
		z-index: 12;
		padding: 14px 0 20px 28px;
    }

    div#otInfoText { 
		position: absolute;
		margin: -28px 0 0 80px;
		text-align: right;
    	width: 600px;
		z-index: 50;
		font-size: 44px;
		color: #D3E4EF;
		padding-top: 2px;
		font-weight: normal;
    }
    div#otFooter { 
		width: 1000px;
		height: 50px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		text-align: left;
		background-color: #FFF;
		z-index: 120;
		background-image: url(../img/style/footer.jpg);
    } 
    div#otFooterText { 
		width: 1000px;
		height: 20px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		text-align: center;
		background-color: #FFF;
		z-index: 130;
		color: #CCCCCC;
    } 
    div#otFooter p {
    	margin: 0;
    	padding: 10px 0;
    }

	div#IDhaftung {
		visibility: hidden;
		position: absolute;
		width: 520px;
		background-color: #FFFFFF;
		border: 1px outset #0099CC;
		z-index: 9900;
		overflow: auto;
		margin: 10px 0 0 190px;
		padding: 16px;
	}

/**********************************************************************************************************************************************
			Administration
/**********************************************************************************************************************************************/
 
    div#otAdminContent {
		width: 600px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 12px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		margin-top: 50px;
		border: 1px solid #3F84B3;
    }
    div#otAdminHeader {
		width: 600px;
		margin: 0 auto;
		height: 170px;
		overflow: hidden;
		font-size: 12px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		margin-top: 1px;
		background-image:url(../img/style/adminheader.jpg);
    }
    div#otAdminMainContent {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 12px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		margin-top: 20px;
		border: 1px solid #3F84B3;
    }
    div#otAdminMainHeader {
		width: 900px;
		margin: 0 auto;
		height: 170px;
		overflow: hidden;
		font-size: 12px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		margin-top: 1px;
		background-image:url(../img/style/adminheader.jpg);
    }
    div#AdminLogon { 
		width: 400px;
		margin: 0 auto;
		margin-top: 40px;
		padding: 30px 30px 20px 30px;
		overflow: hidden;
		text-align: left;
    }

    div#AdminMenu { 
		width: 120px;
		padding: 0 0 2px 4px;
		overflow: hidden;
		text-align: left;
		background-color:#FFFFFF;
    } 
    div#otAdminFooter { 
		width: 900px;
		height: 50px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 9px;
		text-align: left;
		background-color: #FFF;
		z-index: 10;
		color: #999999;
    } 

    div#SubMenu { 
		width: 180px;
		padding: 0 0 2px 4px;
		overflow: hidden;
		text-align: left;
		background-color:#FFFFFF;
    } 
	
	div#cError {
		border: 1px solid #990000;
		height: 12px;
		color: #000000;
		background-color: #ff9999;
		font-weight: bold;
		font-size: 9px;
		padding: 2px 0 2px 10px;
		position: absolute;
	}
	
	div#cSuccess {
		border: 1px solid #00CC00;
		background-color: #66ff66;
		height: 12px;
		color: #000000;
		font-weight: bold;
		font-size: 9px;
		padding: 2px 0 2px 10px;
		position: absolute;
	}
	
	div#showMessage{
		font-weight: bold;
		width: 300px;
		margin: -50px 0 0 -100px;
		padding: 10px;
		position: absolute;
		top: 350px;
		left: 50%;
		overflow: hidden;
		z-index: 200;
		visibility: visible;
	}
	div#otLeftContent {
		float: left;
		width: 150px;
		margin-top: 40px;
		color: #63542D;
		background-image: url("../img/style/line_v.gif");
		background-repeat: repeat-y;
		background-position: right;
	}
    div#otRightContent {
		margin-left: 180px;
		padding: 20px 8px 0 0;
    	background: #FFFFFF;
    }





/**********************************************************************************************************************************************
			Menu Style
/**********************************************************************************************************************************************/
	#divNav {
		position: absolute;
		margin: 0;
		padding: 4px 0 0 0;
		height: 30px;
		width: 800px;
		z-index: 800;
	}
 
	#nav {
		position: relative;
		height: 80px;
		width: 800px;
	}
 
	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}
 
	#nav a {
		text-decoration: none;
	}
 
	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 20px;
	}
 
	#nav li ul {
		display: none;
	}
 
	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		left: 39px;
		background-image: none;
		width: 800px;
		padding: 0 20px 0 5px;
	}
 
	#nav li.on ul {
		/*background: #009900;*/
	}
 
	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		/*background: #224d6f;*/
	}
 
	#nav li a {
		color: #666666;
		font-size: 16px;
		font-weight: bold;
		display: block;
		padding: 0 0 0 12px;
		height: 36px;
		background-image: url(../img/style/menudreieck.png);
		background-repeat: no-repeat;
	}
 
	#nav li.on a {
		color: #3F84B3;
	}
 
	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #f90;
		width: auto;
		margin-right: 15px;
	}
 
	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		/*background: #224d6f;*/
	}
 
	#nav li.on ul {
		display: block;
		height: 15px;
	}
 
	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
 
	#nav li.off a:hover, #nav li.on a:hover { 
		color: #3F84B3;
	}


 /* <-< */
 
 
 
/*subnav formatting*/
 
#nav li.off ul a, #nav li.on ul a {
	display: block;
	color: #666666;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	background-image: none;
		height: 15px;
}		
 
#nav li.on ul a {
	height: 15px;
}

