/* CSS Document */

body {
	text-align:center;
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	color:white;
	background-image:url(../img/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#A5A5A5;
}

#container {
	width:960px;
    margin:0 auto;
	height:auto;
	text-align:left;
	color:#404040;
}

#header {
	float:left;
	width:942px;
	background-image:url(../img/inqua2011_01.png);
	background-position:top left;
	height:164px;
	text-align:right;
}
#header_content{
	float:right;
	margin-right:30px;
	height:20px;
	line-height:20px;
	width:910px;
	margin-top:7px;
	font-size:11px;
	color:#00a5ff;
}
#header_content a {
	color:#00a5ff;
}

#navi {
	float:left;
	width:942px;
	background-image:url(../img/inqua2011_02.png);
	font-size:14px;
}
#navi_background {
	float:left;
	width:920px;
	margin-left:11px;
	background-image:url(../img/gradientWB.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#navi_content {
	float:left;
	width:840px;
	height:30px;
	margin-left:20px;
	font-size:14px;
	color:#0091ff;
	line-height:30px;
}

#subnavi {
	float:left;
	width:942px;
	background-image:url(../img/inqua2011_04.png);
}
#subnavi_content {
	float:left;
	width:890px;
	margin-left:31px;
	height:30px;
	line-height:30px;
	font-size:11px;
	color:#0091ff;
}

#content {
	float:left;
	width:942px;
	min-height:480px;
	background-image:url(../img/inqua2011_04.png);
}

#content_content {
	float:left;
	margin-left:31px;
	width:881px;
	margin-bottom:20px;
}


#footer {
	float:left;
	width:942px;
	height:40px;
	background-image:url(../img/inqua2011_03.png);
	background-position:bottom left;
	font-size:11px;
}
#footer_background {
	float:left;
	width:920px;
	height:30px;
	margin-left:11px;
	background-image:url(../img/gradientBW.jpg);
	background-position:top left;
}

#footer_content {
	width:750px;
	float:left;
	margin-left:20px;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#0091ff;	
}

span.myadmin {
	float:right;
	margin-right:20px;
	margin-top:5px;
}

#preview {
	width:100%;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	min-height:500px;
}
#preview_content {
	width:870px;
	margin:5px 5px 5px 5px;
}
#preview_content ol, #preview_content ul {
	margin:0px;
	padding:0px;
}
#preview_content li {
	margin-left:30px;
} 
.preview {
	height:1px;
	border:0px solid white;
	background-color:#CCCCCC;
}
/* IMAGES */
img {
	border:0px solid white;
}

span.admin {
	float:right;
	margin-right:24px;
	line-height:30px;
}

/*  GENERAL ELEMENTS */
h1 {
	font-size:25px;
	font-weight:normal;
	color:#000000;
}
h2 {
	font-size:20px;
	font-weight:normal;
	color:#000000;
}
h3 {
	font-size:15px;
	font-weight:normal;
	color:#000000;

}
h4 {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin:0px 0px 0px 0px;
	width: inherit;
}

a {
	text-decoration:none;
	color:#0091ff;
}
a.selected {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

.error {
	color:red;
    font-weight:bold;
}

/* INPUTS & FIELDSETS */
.label {		
	display:block;
	float:left;
	width:130px;
	text-align:right;
	margin:4px 5px 0px 0px;
	font-weight:normal;
}
.radio {
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
.href {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#0091ff;
	border:0px solid black;
	font-size:12px;
	background-color:transparent;
}
.text {
	margin-top:2px;
	width:200px;
	border:1px solid #333333;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

.select {
	border:1px solid #333333;
	margin-top:2px;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}
.selecterror {
	border:3px solid red;
	margin-top:2px;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

.button {
	border:1px solid #333333;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	margin-top:2px;
}

textarea {
	width:200px;
	height:150px;
	border:1px solid #333333;
	margin-top:2px;
	margin-bottom:0px;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}
.textareaerror {
	border:3px solid red;
    color:inherit;
}

.checkbox {
	margin:0px;
	padding:0px;
}

fieldset {
	margin:0px;
	padding:0px;
	/*width:400px;*/
	border:0px solid white;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

legend {
	margin:0px;
	padding:0px;
}


/* TABLES */
table {
	border-top:1px solid #AAAAAA;
	width:100%;
}

.none {
	border:0px solid #FFFFFF;
}

table td {
	border-bottom:1px dashed #AAAAAA;
	vertical-align:top;
}
.spacer {
	border-bottom:0px solid #AAAAAA;
}
/* LISTS */
ol {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}
.ol {
	list-style-type:decimal;
}
ul {
	padding:0;
	margin:0;
}
.ul {
	list-style-type:none;
	display:block;
	margin-left:10px;
}


/* INPUT ERRORS */
.texterror {
	margin-top:2px;
	width:200px;
	border:3px solid red;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

selecterror {
	border:3px solid red;
	margin-top:2px;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

textareaerror {
	width:200px;
	height:150px;
	border:3px solid red;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

/* SPECIAL */
#author {
	width:inherit;
	border:1px solid #CCCCCC;
	padding:8px 8px 8px 8px;
	background-color:#EEEEEE;
}

#personaldata {
	width:400px;float:left;border:1px solid #CCCCCC; background-color:#EEEEEE;
	padding:8px 8px 8px 8px; margin-bottom:20px;
}

.registrationdata {
	width:860px;float:left;border:1px solid #CCCCCC; background-color:#EEEEEE;
	padding:8px 8px 8px 8px;margin-bottom:20px;
}
#browse {
	font-size:11px;
	width:880px;
	min-height:20px;
}

#excursion_image {
	width:300px;float:left;
}
#excursion_detail {
	width:560px;margin-left:20px;float:left;
}
