/* CSS Document */

body, table, tr, td, input, select, formm, textarea {
	color: #334;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}

body{
	/*background-image:url(/images/elements/pageback2.jpg); background-repeat: repeat-x;*/
	background-color: #dec6ab;
	overflow:scroll;
}



/* TinyMCE specific rules 
body.mceContentBody {
   background: #FFFBEA;
   color: #9D0027;
   font-size:12px;
}
*/

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

a:hover {
	color:#f00;
}


.mceContentBody a {
   color: black !important; /* FF requires a important here */
}





h1{ 
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:20px;
	font-weight:bold;
	color: #ffffff;
}



h2{ 
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:18px;
	font-weight:bold;
}



h3{
	display:block;
	margin-bottom:6px;
	margin-top:0;
	font-size:12px;
	font-weight:bold;
}

h4{
	display:block;
	margin-bottom:6px;
	margin-top:0;
	font-size:12px;
	font-weight:bold;
}

.BlueTitle {
	font-weight: bold;
	color: #174380;
}

.HeadlineRot {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}

.h0{ 
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:20px;
	font-weight:bold;
	color: #ffffff;
}

.rot{ color: #F00; }

.blau{color: #339;}

.text13px{ font-size:13px; }

.text14px-rot{ font-size:14px; color: #9D0027; font-weight:bold }

.text14px{ font-size:14px; font-weight:bold }

.klein{ font-size:10px;}

dt,dd{ display:block; margin-bottom:4px; }

dt{font-weight:bold;}

li{margin-bottom:12px;}

.line-top{border-top:1px solid #174380; }

.line-bottom{border-bottom:1px solid #174380; }

.border-all{border:1px solid #174380;}

.contentbox{margin:8px 0; background-image:url(images/elements/trans.png); padding:4px; border:1px solid #8B4FB9;}

.startseite-bereich-links {display:block; width:550px; overflow:hidden; float:left;}
.startseite-bereich-rechts {display:block; width:210px; overflow:hidden; float:right;}
.startseite-box-links {display:block; width:268px; float:left; margin-bottom:8px; border:1px solid #174380; margin-right:10px;} /* linke muss margin-right:10px haben  */
.startseite-box-rechts {display:block; width:268px; float:right; margin-bottom:8px; border:1px solid #174380;}
.startseite-box-doppelt {width:548px; margin-bottom:8px; height:auto;}
.startseite-box-doppelt-rand {width:548px; margin-bottom:8px; border:1px solid #174380; height:auto;}
.startseite-box-header {padding:4px; background-color:#70365c; color:#FFF; font-weight:bold; text-align:center;}
.startseite-box-inhalt {padding:8px !important;  text-align:center; overflow:hidden; }
.startseite-bild-oben {border:1px solid #174380;}


/* Startseite (mitte) */
.startseite-box
{
 float: left;
 width: 182px;
 margin-right: 2px;
 height: 180px;
 background-color: #f4f4f4;
}

.startseite-box:hover
{
 background-color: #cccccc;
}

.startseite-box:last
{
 clear: both;
}


.startseite-box-inhalt img
{
 height: 100px;
}





/*  Reisen */

#page-containerX
{
 	display:block;
	width:766px; /*780px;*/
	/*overflow:hidden;*/
	margin-bottom:10px;
	padding-left: 9px; /* 5  9*/
	padding-right: 9px;
	padding-top:  9px;
}


#page-containerX > p
{
 margin: 0;
 padding: 0;
}


#page-containerX > table
{
 /*width: 766px;*/
}



#page p{
	text-align:justify;
}

p.links{
	text-align:left !important;
}

.startseite-angebote
{
 width:210px;
 overflow:hidden; 
 float:left;
}

.MainHeader {
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}



.img-left{
	margin-right:12px;
	margin-bottom:12px;
	float:left;
}

.img-right{
	margin-left:12px;
	margin-bottom:12px;
	float:right;
}

.abstand-unten{
	display:block;
	margin-bottom:12px;
}

.blauer-hintergrund{
	background-color:#c2cbdf;
	padding:8px;
	margin-top:12px;
	margin-bottom:12px;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
