/* Reset */
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,
b, u, i, center,
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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* START */

body {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #222222;
	min-height:100%; /* For Modern Browsers */
    	height:auto !important; /* For Modern Browsers */
    	height:100%; /* For IE */ 
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #60452A;
}

h1 { 
	border-bottom: 1px solid #60452A;
	font-size: 15pt;
	font-weight: normal; 
	margin-bottom: 13px;
	padding-left:2px;
}

h2 {
	border-bottom: 1px solid;
	font-size: 12pt; 
	margin-bottom: 13px;
}

h3 {
	font-size: 11pt;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

h4 {
	border-bottom: 1px solid;
	font-size: 9pt; 
	font-weight: normal; 
	margin-bottom: 6px;
}

p {
	margin-bottom: 13px;
	text-align: left;
}

a {
	color: #393838;
}

a:hover {
	color: #393838;
	text-decoration: none;
}

a:visited {
	color: #393838;
}

.tx-columna-pi1 {
	font-size: 8pt; 
	line-height:1.3;
}

/* Container and Header */

#container {
	margin:0px;
	padding:0px;
	width: 977px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/LineBG.jpg) repeat-y left bottom;
/*	border-left:1px solid #eee;
	border-right:1px solid #bbb;*/

	min-height:600px;
  	height:auto !important;  /* für moderne Browser */
  	height:600px;  /*für den IE */
}

#header {
	z-index:-2;
	width: 977px;
	margin: 0 auto;
	padding: 0px;
	height: 200px;
}


/* Content */

#content {
	margin:0px;
	padding:0px;
	float:left;
	margin-left:0px;
	width: 607px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:1.7;
	color: #111111;
	min-height:467px;
  	height:auto !important;  /* für moderne Browser */
  	height:467px;  /*für den IE */
	background: url(../images/Langolo_PANEL_Middle.jpg) repeat-y;	
}

#contenttext {
	margin:0px;
	padding:0px;
	float:left;
	width: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:1.6;
	color: #111111;
	padding-left:30px;
}

#bottom{
	float:left;
	width: 607px;
	height: 38px;
	background: url(../images/Langolo_PANEL_Bottom.jpg) no-repeat;	

}
#contentfooter{
	margin-top:13px;
	margin-left:24px;
	padding-top:5px;
	float:left;
	width: 550px;
	height: 25px;
	background-color:#7C5B3A;

}
#right{
	float:right;
	width: 86px;
	height: 420px;
	background: url(../images/Langolo_SPONSORS.jpg) no-repeat;

}

#submenu {
	width: 578px;
	height:72px;
	padding-left:40px;
	background: url(../images/Langolo_PANEL_Top.jpg) no-repeat;
}

.item {
	float:left;
	padding-top:8px;
	margin-right:10px;
	width: 100px;
	height:40px;
}

#submenu a {
	line-height:1.2;
	font-size:10pt;
	text-align:center;
    	text-decoration: none;
    	color: #ffffff; 
       	height:37px;
}


#submenu a:hover {
	color: white; 
        height:37px;
	border-bottom: 8px solid #7C5B39;
}

#submenu a#selected {
	border-bottom: 8px solid #7C5B39;
}



#mainmenu ul {
	margin-top:20px;
	padding-left:42px;
	color:#fff;
    	width: 308px;
    	height:300px;
}

* html #mainmenu ul {  /* Korrekturen fuer IE 5.x */
	width: 308px;
	w\idth: 308px;
    	height:0px;
    	he\ight:0px;
}

#mainmenu ul li {
	list-style: none;
	width:308px;
	height:37px;
	margin-bottom: 3px;
	background: url(../images/Langolo_MENU_LBROWN.jpg) no-repeat;
}

#mainmenu ul a {
	line-height:2.0;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
    	display:block;
    	width:308px;
    	text-decoration: none;
    	color: #ffffff; 
        height:37px;
	filter:alpha(opacity=70); /* Internet Explorer */
	-moz-opacity: 0.70; /* Mozilla Browser */
	opacity: 0.70; /* Opera */
}


* html #mainmenu ul a {  /* Breitenangaben nur fuer IE */
	width: 308px;
	w\idth: 308px;
}
  
#mainmenu ul a:hover {
	color: white; 
       	height:37px;
	filter:alpha(opacity=100); /* Internet Explorer */
	-moz-opacity: 1.0; /* Mozilla Browser */
	opacity: 1.0; /* Opera */  
}

#selected > a{
	border: 1px solid #fff;
	background-color: #7C5B39;
	filter:alpha(opacity=100); /* Internet Explorer */
	-moz-opacity: 1.0; /* Mozilla Browser */
	opacity: 1.0; /* Opera */  
}





#rightcolumn {
	float: right;
	width: 607px;
	height:570px;
	padding: 0 0 0 0;
	line-height: 1.6;
}

#rightcolumn h3 {
	margin-top: 0px;
}

#leftcolumn {
	float: left;
	margin-left:0px;
	padding: 0 0 0 0px;
}


.columnacell {
	width:225px;
}


/* Footer */

#footer {
	clear: both;
	width: 791px;
	height: 77px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#footermenu {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:11pt;
	height: 20px;
	margin-left:12px;
}

#contentfooter a {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
#contentfooter a:hover {
	color: #000;
}

.tx-wssitemap-pi1 {
	background-color: #ffffff;
	margin-top: -5px;
	width: 100%;
}

a .treemenutext_no {
	color: #111111;
}
a:link .treemenutext_act {
	color: #333333;
}

.csc-textpic-imagewrap {
	border: 0px solid #333;
}
.csc-textpic-border {
	border: 1px solid #333;
}
table td {
	vertical-align: top;
	padding-left:3px;
}

table .td-0 {
	width:130px;
	font-weight:bold;
}

table .td-last {
	width:50px;
	font-weight:bold;
	text-align:right;
}

table .tr-even td {
	padding-bottom: 8px;
}
table .tr-odd td {
	padding-bottom: 8px;
}

table .tr-0 td {
	text-transform: uppercase;
	color:#ffffff;
	background-color:#7C5B39;
	padding:3px;
	font-weight:normal;
	margin-top:20px;
	font-size:9pt;
}


table .tr-1 td {
	padding-top: 5px;
}


