/*  Allgemein */

body { 
	font-family:Arial; 
	margin-left:0px; 
	margin-top:0px;
	margin-right:0px;
	background-color:#d0e5ff; 
	background-repeat:no-repeat; 
	background-position:0px 0px;
}
#main{
	margin-left:170px;
}
#first{
	margin-left:30px;
	margin-top:40px;
	margin-right:100px;
}

h2 {
	margin-top:25px;
	margin-bottom:10px;
	margin-left:10px;
}

dt{
	margin-top:10px;
	margin-bottom:5px;
	font-weight: bold;
}
dd{
	margin-left:20px;
}

a img {
	border: none;
}

img.illustration{
	float:left;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

img.illustration-top{
	float:left;
	margin-right:10px;
	margin-top:15px;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

img.illustration-right{
	float:right;
	margin:5px;
	border:none;
}

h4.publikation {
	margin-top:10px;
}

h4.diary {
	margin-bottom:5px;
}
h4.diary + p {
	margin-top:0px;
}

img.emehl{
	height: 1.2em;
	width: 9.3em;
	vertical-align: text-top;
}

div.leftHalf{
	float:left;
	width:49%;
}

div.rightHalf{
	float:right;
	width:49%;
}

div.rss{
	float:right;
	margin-top:10px;
}

/*  Navigation */

img.hub{
	position:absolute; 
	top:0; 
	left:0;
	border-width: 0px;
	width: 200px;
	height: 200px;
}

img.flag{
	border-width: 1px;
	border-color: #A0A0A0;	
	border-style: solid;
	width: 18px;
	height: 13px;
	margin-right:10px;
}

#home{
	position:absolute;
	width:83px;
	height:250px;
	left:5px;
	top:200px;
}

#selection{
	z-index:1;
}
#hover{
	z-index:0;
}

#validator{
	font-size:0px;
	position:absolute;
	left:305px;
	top:5px;
}
#versions{
	font-size:0px;
	position:absolute;
	left:200px;
	top:5px;
}

/* Sprechblasen*/


div.bubbleContainer{
	display: inline-block;
	position:relative;
	width: 100%;
}

div.bubble{
	overflow:visible;
    background-color:#ffffff;
	margin-right:10px;
	margin-top:0px;
	border-width:3px; 
	border-color:#002e66; 
	border-style:solid;
	padding-left:10px;
	padding-right:10px;
}

img.bubble-topLeft{
	position:absolute;
	top:-1px;
	left:-1px;
}

img.bubble-topRight{
	position:absolute;
	top:-1px;
	right:9px;
}

img.bubble-bottomLeft{
	position:absolute;
	bottom:-1px;
	left:-1px;
}

img.bubble-bottomRight{
	position:absolute;
	bottom:-1px;
	right:9px;
}

div.speechBubble{
	overflow:visible;
    background-color:#ffffff;
	margin-right:110px; /*  wird in functions.php �berschrieben */
	margin-top:0px;
	border-width:3px; 
	border-color:#002e66; 
	border-style:solid;
	padding-left:10px;
	padding-right:10px;
}

img.speechBubble-bottomRight{
	position:absolute;
	bottom:-1px;
	right:109px; /*  wird in functions.php �berschrieben */
}

img.speechBubble-topRight{
	position:absolute;
	top:-1px; 
	right:56px; /*  wird in functions.php �berschrieben */
}

img.speaker{
	position:absolute;
	right:13px; /*  wird in functions.php �berschrieben */ 
	top:115px;
}

div.bubble form{
	margin-bottom: 5px;
}

/*  Kommentare */

div#usernotes {
	background-color: transparent;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}

div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}

div#usernotes div.note {
	border-bottom:1px solid;
	border-color:#002e66;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}
div#error_message {
	color: #ff0000;
	margin-bottom:30px;
	border-bottom:3px solid;
	border-color:#002e66;
}
span.required {
	color: #ff0000;
}
td.formfield{
	white-space:nowrap;
}

/* Hide honeypot fields*/

#comments_h1{
	display:none;
}
#label_email_me{
	width:0px;
	height:0px;
	border-style:none;
}
#comments_h2{
	position:relative;
	left:-2000px;
}
#comments_submit * input{
	display:none;
}

