@import url("/templates/mc-kurzurlaub.de_alpha/css/tab.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/keyword.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/thema.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/gui_Elemente.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/pages.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/angebot.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/useradmin.css");
@import url("/templates/mc-kurzurlaub.de_alpha/css/sprides.css");


/* ====================== Allgemeines ====================== */


html, body {
	margin: 0px; 
	padding: 0px; 
	text-align: center;}

body {
	background: #f4f4f4;
	/*background-color:#cfcfcf;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#121212;
	margin:0px;
	padding:0px;
	text-align: center;
}
 
ul, li{
	margin:0px;
	padding:0px;
	border:none;
	list-style-type: none;
}

h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
}

table{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}
div{
	padding:0px;
	margin:0px;
	border:0px;
}

p{
	margin:0px;
	padding:0px;
}

a:link {
  	color:#990000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:visited {
	color:#990000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	color: #666666;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}



/* ====================== Grobale Styles ====================== */

.floatL{float:left;}
.floatR{float:right;}
.floatN{float:none;}
.cb{clear:both;}

.fett{
	font-weight:bold;
}

.spride{float:left;}


.hide_by_loading_animation{
	/*display:none;/*gefährlich, da größe der elemente sonst nicht per js ermittelt werden kann*/
	visibility:hidden;
}
.hide{
	display:none;
}
.ajaxLoading{
	background:url(/images/loadingAnimationPage.gif) 48% 10% no-repeat #f4f4f4 !important;/*muss alles hier rein!*/
}

.line {
	border-top: 1px solid #cad6d9;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer {
	border-top: 1px dotted #cad6d9;
	margin: 25px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

input.error, select.error, textarea.error{
	border:1px solid #990000;
	}


/* ====================== Index Seite ====================== */

/*Positionierung*/
#position_container{
	margin: 0px auto;
	width:990px;
	text-align:left;
}
/*Header*/
#header{
	position:relative;
}
#header #logo{
	margin:0px 0px 10px 10px;
	padding:20px 0px 0px 0px;
}
#header #logo img{
	border:0px;
}
#header #header_menue{
	position:absolute;
	right:5px;
	top:0px;
	width:328px;
	line-height:32px;
	height:36px;
	/*background-image:url(/images/index/navObenBg.gif);*/
	/*background-position:top right;*/
	background-repeat:no-repeat;
}

#header #header_menue div.center{
	font-size:0.7em;
	font-weight:bold;
	float:left;
	width:130px;
	text-align:center;
	}

#header #header_menue div.center a{
	color:#333;
}
#header #header_menue div.center a:hover{
	color:#FFF;
}
	
#header #header_menue div.link{
	font-size:0.7em;
	color:#aad450;
	font-weight:bold;
	line-height:32px;
	width:190px;
	text-align:center;
	height:36px;
	float:left;
}

#header #header_menue div.link a{
	padding:0px 7px 0px 7px;
	color:#333;
}
#header #header_menue div.link a:hover{
	color:#aad450;
}

	
#main{
	position:relative;
}
/*Footer*/
#footer{
	margin-left:3px;
	position:relative;
	clear:both;
	font-size:0.7em;
	padding-top:20px;
	width:976px;
}

#footer div.top{
	/*background-image:url(/images/index/footer_top.gif);*/
	height:12px;
	}

#footer div.content{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFFFF;
	}
	
#footer div.content div.row{
	color:#999999;
	border-right:1px solid #999999;
	float:left;
	margin-left:10px;
	width:148px;
	height:170px;
	}

#footer div.content div.w220{
	width:220px;
	}


#footer div.content h3{
	color:#666666;
	font-size:23px;
	}

#footer div.content div.row li{
	margin-left:3px;
	}


#footer div.content div.row li a{
	color:#999999;
	font-size:12px;
	}

#footer div.content div.row li a img{
	border:none;
	margin-right:3px;
	vertical-align: middle;
	}

#footer div.content div.text{
	color:#999999;
	float:left;
	margin-left:10px;
	height:170px;
	width:390px;
	overflow:hidden;
	}

#footer div.content div.tripple{
	border-top:1px solid #999999;
	margin-top:10px;	
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	float:left;
	}

#footer div.content div.tripple div.row{
	color:#999999;
	border-right:1px solid #999999;
	width:307px;
	margin-left:0px;
	margin-right:10px;
	height:110px;
	}


#footer div.content div.tripple div.last{
	border-right:none;
	}

#footer div.content div.tripple div.row img{
	margin-top:5px;
	}


#footer div.content div.tripple div.row h3{
	font-size:18px;
	}


#footer div.bottom{
	/*background-image:url(/images/index/footer_bottom.gif);*/
	height:12px;
	}

#footer div.content div.land{
	margin-right:3px;
	}


#loading_animation{
	position:absolute;
	width:100%;
	z-index:auto;
	height:100px;
	top:250px;
}



div.taskBar{
	padding-left:3px;
	}

div.taskBar a img{
	border:none;
	float:left;
	}



