

/**
* BASIC PAGE STRUCTURE.



* {
	margin: 0; padding: 0; 
}


BODY   {
	background-color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #626262;
	margin: 0;
	padding: 0;
}



BODY#body  {
	background-color: #ffffff;
}






TEXTAREA  {
  	overflow: auto;
  	border: none;

}

DIV#main  {

}

DIV#content  {
	min-height: 250px;
}



TABLE,TR,TD
{
	border: none;
	padding: 0px 0px 0px  0px;
	margin:  0px 0px 0px  0px;	
	
	overflow: hidden;
	table-layout: fixed;
	border-spacing: 0;
}

IMG {
	border: none;
}


TABLE.maintable, TABLE.maintable TD { 	
	border: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #626262;
	padding: 2px 0px 2px  0px;
	margin:  10px 0px 10px  0px;	

}

TR.contentrow TD
{
	padding: 2px 0px 10px  0px;
}
TR.contentrow TD#leftcell
{
	padding-right: 24px;
}
TR.contentrow TD#rightcell
{
	padding-left: 24px;
}
TR.contentrow TD#contentcell
{

}



TR.footerrow TD
{
	border-top: 4px solid grey;
	padding-top: 4px;
	white-space: nowrap;
}





A  {
	text-decoration: none;
	font-weight: inherit;
	color: #626262;
	
}

A:hover {
	color: #FF3E00;
}

A.link {
	border-bottom: 1px solid #FF3E00;
}
A.link:before { 
	content: "\BB\20";
}






H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6,  {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



H1, .h1  {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #0e4578;
}


H1 A, .h1 A  { 
	border-style: none; 
}




H2, .h2, H3, .h3  {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}

H2, .h2  {
	color: #0e4578;
}

H3, .h3  {
	font-weight: normal;
	color: #626262;
}


H4, .h4, H5, .h5  {
	font-size: 12px;
	line-height: 16px;
	color: #000000;	
	font-weight: normal;
}

H5 A, .h5 A  { 
	border-style: none; 
	color: #000000; 
}

H5 A:hover, .h5 A:hover  { 
	color: #ff3e00; 
}



H6, .h6 {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px 3px 0px 0px;

}


H6 A, .h6 A  { 
	border-style: none; 
}

H6 A:hover, .h6 A:hover  { 
	border-bottom: 1px solid #ffffff; 
	color: #ffffff; 
}





SMALL, .small  { 
	font-size: 11px; 
	line-height: 16px; 
}





UL {
	list-style-type: disc;
	list-style-image: url(/static/img/site/arrwb.gif);
	list-style-position: outside;
	margin: 18px 0px 18px 0px;
	padding: 0 0 0 18px;
}


DIV#message {
	width: 870px;
	height: 30px;
	background-color: #EEEEEE;
	color: #FF0000;
	padding: 4px 20px 4px 10px;

}


.level1 {
	font-size: 13px;
	line-height: 16px;
}

.level1 A {
	color: #FF3E00;
}

.level1 .sublevel {
	margin-left: 14px;
}




*/


/**
 * GENERALS  by mho
 *
 */

/**
 * GENERALS
 *
 */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

img {
	border: 0;
}

hr {
	display: none;
}


body {
	background-color: #FFF;
}

#wrapper {
	position: relative;
	width: 976px;
	margin: auto;
	overflow: visible;
}

#logo {
	/*width: 25%;*/
	height: 66px;
	position: absolute;
	top: 17px;
	left: -15px;
	text-indent: -9999px;
}


#main_controls {
	position: absolute;
	top: 18px;
	right: 0;
	list-style: none;
	margin-right: -15px;
	padding: 4px;
}

#main_controls li {
	float: left;
	padding-left: 2px;
	font-size: 12px;
	color: #516069;
	height: 20px;
}

#main_controls li a, input, select {
	font-size: inherit;
	color: inherit;
}

#main_controls li select {
	height: 18px;
}

#main_controls li input{
	background-color: #FFF;
	border: 1px solid #ff9000;
	padding: 2px 2px 2px 2px;
}


#topsitelink {
	position: absolute;
	right: -15px;
	top: 59px;
	list-style: none;
	padding: 4px 8px 4px 4px;
}

#topsitelink li {
	float: left;
	padding-left: 4px;
}

#topsitelink li a {
	color: #003070;
	font-size: 14px;
	text-decoration: none;
}

#topsitelink li a:hover {
	color: #ecb13d;
	font-size: 14px;
	text-decoration: none;
}

#content {
	/*position: relative;
	top: 98px;*/
	padding: 113px 0 50px 0;
}

#footer {
	background-image: url(/static/images/bg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 128px;
	clear: both;
	padding: 15px 20px 0 20px;
	font-size: 11px;
	color: #7b7c7c;
}

#footer div {
	float: left;
	font-size: inherit ;
}

#footer a {
	color: #7e96b6;
}

#footer a:hover {
	color: #ecb13d;
}


#footer div ul {
	list-style: none;
}

#footer div ul li {
	font-size: 11px;
	float: left;
	padding-right: 5px;
}

#footer div ul li a {
	text-decoration: none;
	color: #7b7c7c;
}

#footer div ul li a:hover {
	color: #ecb13d;
} 

#footer div h4 {
	color: #0072bc
}

#footer div p, #footer div h4, #footer a {
	font-size: inherit ;
}

.viertel {
	width: 25%;
}

.halbes {
	width: 50%;
}

.dreiviertel {
	width: 75%;
}

.dreiviertel_halb {
	width: 37.5%;
}

.dreiviertel_viertel {
	width: 18.75%;
}

.fuenf_8tel {
	width: 63.3%;
}


.fuenf_8tel a {
	color: #003070;
	text-docration: none;	
}


.fuenf_8tel a:hover {
	color: #FF9000;
	text-docration: underline;	
}

.drei_8tel {
	width: 36.7%;
}


/**
 * FONT SIZE
 *
 */
.font14 {
	font-size: 14px !important;
}
.font12 {
	font-size: 12px !important;
}


#content div.detail {
    width: 732px !important;
    height: 600px !important;
    background-image: url(/static/images/pannonischerwinter.jpg);
    backgroud-repeat: none;
}

#content div.detail input.forminput {
    background-color: transparent;
}

#content div.detail h3 {
    position: relative;
    top: 123px;
    left: 40px;
    color: #0A036A !important;
    font-weight: normal !important;
    font-stretch: expanded !important;
    font-size: 20px !important;
}

#content div.detail p {
    position: relative;
    top: 140px;
    left: 40px;
    font-size:16px;
    letter-spacing: 0.1em;
    color: #0b058d !important;
}

#content div.detail p a {
    color: #0b058d !important;
}
