/* DEFAULT STUFF */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
table td {
	font-family: Arial,Helvetica;
	vertical-align: top;
	font-size: 12px;
/*	border: 1px solid #FF8888;*/
}
table {
/*	border: 1px solid #88FF88;*/
}
div {
/*        border: 1px dotted #000000;*/
        font-family: Arial,Helvetica;
        font-size: 12px;
}
img {
        border: 0px none #FFFFFF;
}
a {
        color: #000000;
}
a:hover {
        /* color: #8C0000; */
	color: #333377;
}
input, textarea, select {
        border:1px solid #000000;
        font-family: Arial,Helvetica;
        font-size: 11px;
}
/* MAIN */
.main {
	width: 1000px;
	background-color: #FFFFFF;
}
.main TD {
        /* inhalt fehlt! */
}
/*.mainsub {*/
/*	height: 100%; opera mag das nicht :D */
/*        min-height: 100%;
        width: 100%;
}*/
/* BANNER */
.bannertop {
        height: 70px;
        padding: 3px;
        vertical-align: middle;
	max-height: 90px;
}
.bannerleft {
        padding-top: 10px;
}
.bannerright {
        padding: 2px;
        padding-left: 5px;
/*        background: #E9E9E9; */
}
/* HEAD */
.headtop {
        height: 115px;
        background-color: #00bcf3;
	/* rgb(69,95,126); */
        /*background-image: url(images/header/v5_1.jpg);*/
        
	margin-bottom: 2px;
}
.headsub {
        height: 1px;
        background-color: #000000;
}
.headsub td {
        padding: 2px;
        font-size: 12px;
        color: #FFFFFF;
        margin-bottom: 1px;
}

.pagename{
        font-size: 28px;
        color: #000000;
        margin-bottom: 1px;
    	font-family: Arial,Helvetica;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;		
		

}
.headsub  {
        font-size: 12px;
        color: #FFFFFF;
        margin-bottom: 1px;
	font-family: Arial,Helvetica;
	font-weight: normal;

}
.headsub a {
        color: #FFFFFF;
        text-decoration: none;
}
.headsub a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        background-color: rgb(101,130,152);
}
/* RÄNDER */
.borderleft {
	width: 170px;
        background-color:#EBEBEB;
	
}
.borderright {
	width: 170px;
        background-color:#EBEBEB;
}




.menu {
        width: 150px;
	min-width: 149px;
	max-width: 100%;
        overflow: hidden;
	table-layout: fixed;
}
.menutop {
        font-size: 13px;
        background-color: rgb(235,235,235);
      
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 5px;
       
}

.menutop a {
        text-decoration: none;
}
.menutop a:hover {
        text-decoration: none;
        color:#000000;
}

.menusub {
        font-size: 13px;
        display:list-item; 
/*        list-style-image: url(/html/buttongrey.gif); */
/*        list-style-position: inside; */

}
.menusub a {
        text-decoration: none;
        white-space: nowrap;
      
        color:#6d6666;
/*	padding-left: 12px; */
}
.menusub a:hover {
        text-decoration: none;
        color:#000000;
}
/* RIGHT */
.right {
        width: 150px;
	min-width: 148px;
	max-width: 100%;
        overflow: hidden;
	table-layout: fixed;
}
.righttop {
        font-size: 11px;
        background-color: rgb(235,235,235);
        padding: 2px;
        font-weight: bold;
        border-top: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
}
.rightsub {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 2px;
        padding-top: 5px;
        padding-bottom: 10px;
}


.embeddedcellnav{
        padding-top:15px;
        padding-bottom:50px;
        padding-left:20px;
        display:block;
}

/* INHALT */
.content {
        vertical-align: top;
        font-size: 12px;
	width: 660px;
        padding-top: 10px;
        padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 100%;
}
.headline{
	font-size: 20px;
	color:#00bcf3;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
        padding-left: 5px;	
}
h1{
	font-size:20px;
	color:#00adef;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
        padding-left: 5px;	
}

/* COPYRIGHT */
.copyright {
        height: 1px;
        font-size: 9px;
        text-align: left;
        vertical-align: bottom;
        padding: 2px;
        padding-top: 10px;
        color: #000000;
        background-color: rgb(245,245,245);
        border-right: 1px solid #AAAAAA;
/*        border-left: 1px solid #AAAAAA;*/
}
.copyright a {
        text-decoration: none;
}




