/* styles a380-tickets.de */

body {
	background-color: #afdef7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	background-image: url(../../basics/hg.jpg);
	background-repeat: repeat-x;
}

a:visited {
	color: #000033;
}
a:link {
	color: #000033;
}
a:hover {
	color: #e09f43;
}
a:active {
	color: #000033;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #000033;

}
h2 {
	font-size: 12px;
	text-align: left;
}
strong {	color: #000033; }
#middle {
	width: 840px;
	z-index: 1;	
	margin-left: auto;
	margin-right: auto;
	position: relative;

}
#header {
	height: 250px;
	white-space:nowrap;
	z-index: 1;
	margin-left: 0px auto;
	background-image: url(../../basics/kopf.jpg);
}
#a380 {
	left: 0px;
	top: 40px;
	position: absolute;

}
#logo {
	left: 595px;
	top: 0px;
	position: absolute;

}


#nav {
	top: 249px;
	left: 30px;
	position: relative;
	text-align:left;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	width: 700px;
	font-size: 14px;
}

#nav ul {
    float:left;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
    margin-left: 0px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */
}

#nav ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    list-style-type: none;
}

#nav ul li a {
	display:block;
	width: auto;
	text-decoration: none;
	margin: 0 20px 0 0;
	color: #003;
	padding: 6px;

}

#nav ul li a:hover {
	color: #003;
	text-decoration: none;
	background-color: #afdef7;
}

#nav ul li#current { 

}

#nav ul li#current a,
#nav ul li#current a:hover {
    color: #003;
    text-decoration: none;
	background-color: #afdef7;
}


#content {
	text-align: left;
	padding: 30px 30px 20px 30px;
	height: 395px;
	margin-top: 30px;

 }
 
#content p, #content li, #content a, td {
	line-height: 18px;
	text-align: left;
 }
#rechtespalte {
	float: right;
	width: 224px;
	margin: 0 0 100px 40px;

	}
	
#rechtespalte img {
	margin: 0 0 5px 0;
	border: 0px;
	}
.kasten {
	width: 200px;
	height: 54px;
	float: left;

	background-color: #729CC2;
	border: dotted 1px #000033;

}
.kasten img {
	float: left;
	margin: 0 4px 0 0px;
	border-right: dotted 1px #000033;
	padding: 2px;
	border: 0px;
}
.kasten a {
	text-decoration: none;
	
}
.kasten a:hover {
	color: #224E73;
	
}
#currentkasten {
	background-color: #e09f43;
}
	
#foot {
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #9FBCD6;
	background-image: url(../../basics/hg_foot.jpg);
 }
#foot a {
	text-decoration: none;
	color: #9fbcd6;

 }
#foot a:hover {
	text-decoration: none;
	color: #e09f43;

 }
.klein {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
} 

.bildlinks {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #000033;

} 
.bildnormal {
	border: 1px solid #000033;
} 

input, textarea, select {

	}
	
input {

}
textarea {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
}
.plz {
	width: 38px;
}
.ort {
	width: 262px;
}
.txtfeld {
	width: 300px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003;
}
.radiobutton {
	width: 20px;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
textarea {
	width: 410px;
	height: 100px;
	border: 1px solid #003;
}

.button {
	background-color: #9FCFEB;

}
.rot { color: red; font-weight: bold; }
