/*
#############
# reset.css #
#############
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hilfsklassen */
.hidden {display: none;visibility:hidden}
.clear {clear: both;}
.clearleft {clear:left;}
.clearright {clear:right;}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
	
	
/* */
html {
font-size: 62.5%; /* makes font-size 1em equal to 10px */
font-family: Arial,Helvetica, sans-serif;
}
body {
font-size:1.2em;
line-height: 140%;
color: #000;

}
/* headlines */ 
h1,h2,h3,h4,h5,h6 {line-height: 120%;font-weight:bold;color: #002145;}
h1 {font-size: 1.7em;margin: 5px 0 10px 0; }
h1:first-child {margin-top: 0;}
h2 {font-size: 1.2em;margin: 10px 0 8px 0;} 
h3 {font-size: 1.3em;margin: 20px 0 5px 0;} 		
h3:first-child {margin: 5px 0 4px 0;}
h4 {font-size: 1.1em;margin: 6px 0 4px 0;}
h5 {font-size: 1.1em;margin: 6px 0 4px 0;}
h6 {font-size: 1.1em;margin: 0px 0 5px 0;}

/* links - LoVe HaTe Focus */
a {
	color: #4891dc;
	text-decoration: none;
	}
a:visited {
	color: #4891dc;
	text-decoration: none;
	}
a:hover {
	color: #4891dc;
	text-decoration: underline;
	}
a:active {
	color: #4891dc;
	text-decoration: underline;
	outline:none;
	}
a:focus {
	color: #4891dc;
	text-decoration: underline;
	}
/* Typo im Content */		
#content {
	line-height: 140%;
	}	
#content p, .content ul {
	margin: 0 0 10px 0;
	width: 500px;
	}
#content ul {
	list-style-type: disc;
	list-style-position:outside;
	margin: 0 0 10px 20px; 
	}
#content ul li ul {
	list-style-type: circle;
}
strong {font-weight: bold;}
em {font-style: italic;}

/* Container */
#container {
	width: 960px;
	border: 0px solid #ccc;
	min-height: 600px;
	height: auto!important;
	height: 600px;
	margin: 10px;
	position: relative;
	margin: 0 auto;
	}
#header {
	width: 960px;
	overflow:visible;
	position: relative;
	margin: 0 auto;
	height: 150px;
	z-index:20; 
	}

#top {
	width: 100%; 
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	background-image: url(../images/jurten.png);
	background-repeat: repeat-x;
	}
#main {
	width: 895px;
	margin: 5px 0;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	background-image: url(../images/lines.jpg);*/
	z-index: 1;
	}
#left {
	clear: left;
	float:left;
	position: relative;
	margin: 0px 0 0px 0; padding:0;
	width: 240px;
	min-height: 500px;
	height: auto!important;
	height: 500px;
	}		
#right {
	padding-top:150px;
	width: 60px;
	float:right;
	}

#footer {
	width: 100%; 
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	clear: both;
	background-color: #5593c9;
	background-image: url(../images/schatten.png);
	background-repeat: repeat-x;
	}
#content {
	float: left; width: 580px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	/*margin: -135px 0px 0 30px;*/
	margin: 0px 0px 0 30px;
	}

/* Navigation */
#navi {
    
	margin: 0px 0 10px 0; /*padding:20px 0 0 0;*/
    padding:20px 0 0 0;
	width: 250px;
	background-color: white;
	background-image: url(../images/menubackgroundtop.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
#last{
	background-image: url(../images/menubackgroundbottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
#navi li {
padding-left:50px;
	}
#navi li a, #navi li a:visited {
	display: block;
	line-height: 2em;
	color: #5593C9;
	font-weight:bold;
	}
#navi li a:hover, #navi li a:active, #navi li a:focus {
	color: #5593C9;
	border: 0;
	outline: none;
	}
#navi #current a, #navi #current a:visited {color: #5593C9;}
#navi02 {
	padding: 0 0 0 20px;
    margin:0 0 15px 0;
    width: 180px;
    overflow:hidden;	
    }
#navi02 li {
    margin:0; padding:0;
	}
#navi02 li a, #navi02 li a:visited {
    color: #5593C9;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
	padding: 0; 
    margin:0 0 5px 0;        
    }
#navi02 #current02 a {
	color: #5593C9;
	text-decoration: none;
	}
#navi02 li a:hover, #navi02 li a:active {
	color: #002145;
	text-decoration: underline;
	}
#navi03 {
	padding: 0 0 0 10px;
	}	
/*
*/

/*
fieldset {

}
fieldset div {
    background-color: #2F6992;
    margin: 0 0 5px 0;    
    line-height: 2em;
    color: white;
    font-weight: bold;
    }
label {
    display: block;
    width: 85px;
    float:left;
    padding: 0 0 0 15px;
    }
input[type="text"], textarea{
    width: 350px;
    border: 1px solid white;
    padding: 1px;    
    }
textarea {
    height: 100px;
    overflow-y: scroll;
    }
input[type="submit"] {
	border: 1px solid #4891dc; 
    margin: 0 0 0 100px;
    } 
select {
    width: 354px;
    border: 1px solid white;
    }
*/

/* Logos */


#logo {
	overflow: hidden;
	margin: 2px 0 0 10px;
	width: 300px; height: 110px;
	}

#WSJ2011{
    position:absolute;
	top: 30px; right: 0px;
	z-index:100;
    width: 198x; height: 210px;
	
}


/* Fusszeile */
#footerinner {
	width: 940px; 
	margin: 0 auto;
	padding: 10px;
	padding-top:20px;
	}
#wsjlogo
{
float:left;
}
#wsjdate {
	float:right;
	width: 280px;
	}				
#wsjdate p{
	padding-left: 95px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	}
#wsjdate p a,#wsjdate p a:visited{
	color: white;}


.language

{
margin: 20px 0 0 40px;
padding: 0;
width: 160px;
}

.tx-cwtcommunity-pi1 td{
vertical-align:top;
}

.tx-cwtcommunity-pi1 {
margin-top:40px;
}

#profil {
width:410px;
}
#profil_bild{
margin-left:415px;
float:right;
}
