/* Allgemein */ 
html, body { margin:0px; padding:0px; height:100%; }
img { border:none; } 
table { border:0px none black; margin:0px; padding:0px; border-spacing:0px; border-collapse:collapse; }
td { text-align:left; vertical-align:top; margin:0px; padding:0px; }
body, td, th, input, textarea, select, h1, h2, h3 
{ font-family: verdana,geneva,helvetica,sans-serif; font-size:10pt; color:#303030; }

body {	
	background-color:#c0d2f0; 
	}
	
.blau {
	color:#666699;	
	}

body.mceContentBody {	
	background-color:#ffffff; 
	}

p { margin-top:4px; margin-bottom:2px; }

h1 { 
	color:#666699;
	font-weight:bold;
	font-size:12pt;
	margin-top:8px;
	margin-bottom:8px;
}
	
h2 { 
	color:#666699;
	font-weight:bold;
	font-size:10pt;
	margin-top:8px;
	margin-bottom:4px;
}

/* td	{ border:1px solid black; } */

#wrap {	
	text-align:left;
	width:800px;
	height:100%;
	background:#ffffff; 
	margin:0px auto;	
	background-image:url(/pics/back_border.jpg);
	background-repeat:repeat-y;
}

#top {
	height:10px;
	/*background-image:url(/pics/top.jpg);*/
	background-repeat:no-repeat;
}

#header {	
	height:99px;
	padding:1px;
	white-space:nowrap;
	}

#language {
	height:42px;
	text-align:center;
	padding:10px 10px 10px 10px;
	}

#menu {
	width:199px;
	padding:0px 20px 20px 0px;
	font-size:15px;
	}

#content {
	width:461px; /* 800(Gesamt)-199-20(Menu)-110-10-10(Members) */
	margin-top:20px;
	margin-right:20px;
	border:0px solid black;
	padding:0px 20px 20px 20px;
	}
	
#members {
	padding:10px 10px 20px 10px;
	width:110px;
	}

#members img {
	padding-bottom:10px;
	}

#footer {
	height:40px;
	color:#000080;
	margin-top:40px;
	border-top:1px solid #000080;
	font-size:smaller;
	text-align:center;
	vertical-align:middle;
}

p {
	margin-top:0px;
	}
	
/* Links */
a { 
	text-decoration:none;
	background-repeat:no-repeat;
	color:#8080bd 	
	}

a:link 		{ }
a:visited 	{ }
a:hover 	{ text-decoration:underline; }
a:active 	{ text-decoration:underline; }

a.mceButtonNormal, a.mceButtonDisabled { 
	background-image:none; 
	padding-left:0px; 
}

/* Menü */
.MenuItem, .MenuItem:link, .MenuItem:visited, .MenuItem:hover, .MenuItem:active { 
	background-image:none; 
	display:block;
	}

.MenuItemActive, .MenuItemActive:link, .MenuItemActive:visited, .MenuItemActive:hover, .MenuItemActive:active {
	background-image:none; 
	text-decoration:underline;
	color:#666699; /* 1c33bd */
	  }
