/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #626262;
}

p, td, input, textarea, select, .p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}

h1, .h1 {
	color: #be0800;
	font-size: 16px;
	font-weight: bold;
}

h2, .h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #be0800;
	color: #FFFFFF;
	padding:10px;
	margin:0px;		
}

h3, .h3 {
	color: #5F4D3C;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	font-size: 11px;
}

h4, h5, h6, .h3, .h4, .h5, .h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}


hr {
	height: 0px;
	color: #B4AC9E;
	border: 0px 1px 0px 0px;
	border-bottom-color: #F2F3F3;
	border-bottom-style: solid;
	text-shadow:none;
	
}

a { 
	color: #be0800;
	text-decoration: underline;
	cursor: pointer;
}

.button {
	background-color: #be0800;
	color: #ffffff;
	border: none;
	font-weight: bold;	
	height: 20px;
	cursor: pointer;
}

.button2 {
	float:left; 
	text-decoration:none; 
	padding: 4px 0px 4px 30px; 
	background-color:#be0800;	
	color: #FFFFFF;
	font-weight: bold;
}

.fontWeiss {
	color: #FFFFFF;
}
.fontOrange {
	color: #be0800;
}
.bgGrau {
	background-color: #f2f3f3;
}

.bildLinks {
	margin: 0px 15px 15px 0px;
	float:left;
}

.bildRechts {
	margin: 0px 0px 15px 15px;
	float: right;
}

a.bottom {
	color: #626262;
	text-decoration: none;
}

.borderLR {
			border-left: 1px solid #B4AC9E;
			border-right: 1px solid #B4AC9E;			
			padding: 0px;
}
.subnav {
	border-top: 1px solid #FFFFFF;
	cursor: hand;
	cursor: pointer;
	padding-right:20px;
	background-color: #b4ac9e;
	color: #FFFFFF;
}
.subnavMO {
	background-color: #b4ac9e;
	border-top: 1px solid #FFFFFF;
	cursor: hand;
	padding-right:20px;
	cursor: pointer;
	padding-right:17px;
	color: #5F4D3C;
}

/*************  Layer   **************/

#divContainer {	
	width: 810px;
	background-color: #f2f3f3;
	height:100%;
}

	#divHeader {
		position: relative;
		width: 810px;
		background-color: #f2f3f3;
		height:140px;
		padding:0px;
		margin:0px;
	}

	#divLeft {
		position:relative;
		width:184px;
		float: left;
		background-color: #f2f3f3;
	}		
	
	#divNav {
	
	}
	
	#divSupport {
		padding:0px;
	}

	#divContainerContent {
		positon: relative;
		width:626px;
		background-color: #FFFFFF;
		float:right;
	}


			
		#divContent {
			position: relative;
			width: 420px;
			padding: 10px 20px 30px 20px;			
			float:left;
			background-color: #FFFFFF;
		}			
		#divRight {
			position:relative;
			width:166px;
			float: right;
			background-color: #FFFFFF;
		}		
		
	#divBottom {
		clear:both;
		position: relative;
		width: 420px;
		padding: 30px 30px 40px 214px;
		
	}
		

	
		#divAktivierung {
			background-color:#9b9385; 
			padding:0px 20px 40px 20px;
		}
			
		#divInnsbruckCard {
			border-left: 1px solid #B4AC9E;
			border-right: 1px solid #B4AC9E;			
			padding: 0px 0px 10px 0px;	
			text-align: center;		
		}
		
		#divWoBinIch {
			border-left: 1px solid #B4AC9E;
			border-right: 1px solid #B4AC9E;			
			padding: 0px 0px 10px 0px;			
		}
		
		#divBuchen {
			border-left: 1px solid #B4AC9E;
			border-right: 1px solid #B4AC9E;			
			padding: 0px;		
			
		}
		
		#divPartner {
			border-left: 1px solid #B4AC9E;
			border-right: 1px solid #B4AC9E;
			border-bottom: 1px solid #B4AC9E;
			padding: 0px 0px 10px 0px;
		}
	



/* Handheld */
#hh_Header {
	display: none;
}

#hh_divSupport {
	display: none;
}

#hh_divNav {
	display: none;
}

#hh_divAktivierung {
	display: none;
}

#hh_divBottom {
	display: none;
}	


