* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 30px;
	background: #000000 url(images/img01.jpg) no-repeat;

	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}
ul {
	margin-left: 1em;
}

ul li {
}

ol {
	margin-left: 1em;
}

ol li {
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a img{ 	border: none;
}


/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 30px;
	padding: 20px 0 0 10px;
/*	background: url(images/img03.gif) no-repeat left center;*/

	font-size: 1.4em;
	font-style: italic;
}

.boxed .content {
	padding: 10px;
}

/* Logo */

/*#logo {
	width: 750px;
	height: 300px;
	padding: 10px 50px 0 0;
	background: url(images/img02.gif) no-repeat right top;
	background: no-repeat right top;	
	text-align: right;
}
*/
#logo {

	width: 750px;
	height: 400px;
	padding: 10px 50px 0 0;
	background: url(images/img02.gif) no-repeat right top;
	text-align: right;
}


#logo h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
}

/*------------------------------------------------left panel start---------------------*/
#left{
	width:414px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 29px;
}
#left h2{
	display:block;
	width:300px;
	font:bold 22px/38px Georgia, "Times New Roman", Times, serif;
	color:#fff;
/*	background-color:#F8EFD3;*/
	float:left;
}
#left h3{
	display:block;
	width:354px;
	height:23px;
	padding:0 0 0 12px;
	margin:0 0 0 0;
	background:url(images/h3_bg.gif) 0 0 no-repeat #000000;
	font:bold 16px/23px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}
#left p.text1{
	display:block;
	width:385px;
	font:normal 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#63562E;
	background-color:#F8EFD3;
	margin:0 0 0 0;
	padding:24px 0 0 0;
	float:left;
}
#left p.text2{
	display:block;
	width:385px;
	font:normal 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#63562E;
	background-color:#F8EFD3;
	padding:11px 0 19px 0;
	float:left;
}
#left p.text2 span{
	font:bold 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9C4D00;
	background-color:#F8EFD3;
}
#left p.rm{
	display:block;
	width:370px;
	height:19px;
	margin:0 0 4px 0;
	font-size:0;
	background:url(images/read_more_div.gif) 0 0 repeat-x;
	float:left;
}
#left p.rm a{
	background:url(images/btn_read_more.gif) 0 1px no-repeat;
	width:58px;
	height:14px;
	padding:0;
	margin:0;
	float:right;
}
#left p.rm a:hover{
	background:url(images/btn_read_more_hover.gif) 0 1px no-repeat;
}
#left h3.date{
	display:block;
	background:url(images/date_bg.gif) 0 0 no-repeat #000000;
	width:125px;
	height:18px;
	padding:0 0 0 12px;
	margin:0 0 0 0;
	font:bold 11px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}
#left p.event{
	width:354px;
	background:url(images/event_bg.gif) 0 11px no-repeat #000000;
	padding:11px 0 0 20px;
	margin:0 0 15px 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}
#left p.rm2{
	display:block;
	width:414px;
	height:24px;
	font-size:0;
/*	background:url(images/green_more_div.gif) 0 0 repeat-x;*/
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#left p.rm2 a{
	background:url(images/btn_green_more.gif) 0 1px no-repeat;
	width:200px;
	height:24px;
	padding:0;
	margin:0;
	float:right;
}

#left p.rm2out a{
	background:url(images/btn_ausverkauft.jpg) 0 1px no-repeat;
	width:200px;
	height:24px;
	padding:0;
	margin:0;
	float:right;
}
/*#left p.rm2 a:hover{
	background:url(images/btn_read_more_hover.gif) 0 1px no-repeat;
}
*/
/*------------------------------------------------left panel end---------------------*/

/* Content > Main */

#main {
	float: left;
	width: 500px;
	padding: 0 50px;
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
/*	border-bottom: 2px dotted #ba0101;*/
}

#welcomeMain {
	margin-top: 100px;
	margin-bottom: 2em;
	padding-bottom: .7em;
/*	border-bottom: 2px dotted #ba0101;*/
}


/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Content > Sidebar > Login */



#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

/*#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #363636;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #363636;
	font-weight: bold;
}


*/

#menu 
{
	display:block;
	border-bottom: 4px solid #363636;	
    color:#015287;
    font-weight:bold;
  }
#menu li{
list-style: none;
margin: 0; 
padding:4px;}

#menu li ul{
display:none;
margin-bottom:0px;
font-weight:bold;}

#menu li ul li{padding:2px;}
#menu li.active ul{display:block}
#menu li.active2 ul{display:block}

#menu li:hover ul{
display:block}
#menu a:hover, #menu .active a {
	display: block;
	padding-left: 10px;
	background: #ba0101;
	text-decoration: none;
	color: #ffffff;
}

/*#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #363636;
	font-weight: bold;
}*/


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #012559;
	background: #ba0101;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

