/* allgemein */
*{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	list-style: none;
	background: none;
}

u{
	text-decoration: underline;
}

button,
input[type=submit],
input[type=button]{
	cursor: pointer;
}

body{
	font-family: arial, verdana;
	font-size: 12px;
	background: #88C1FE;
	height: 100%;
}

a{
	color: #1E4CB8;
	text-decoration: underline;
}

a:hover{
	color: #183B8E;
	text-decoration: none;
}

.clear{
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

.pointer{
	cursor: pointer;	
}

h1{
	font-size: 18px;
	color: #183B8E;
	margin-bottom: 15px;
	line-height: 130%;
}

h2{
	font-size: 14px;
	color: #183B8E;
	margin-bottom: 5px;
}

/* main */
#container_main{
	position: relative;
	margin: auto;
	width: 975px;
	background: white;
}

#container_header{
	float: left;
	width: 100%;
	display: inline;
	background: white url(../pics/header_bild.jpg) no-repeat 236px 0px;
	height: 127px;
}

#container_content{
	float: left;
	width: 100%;
	display: inline;
	margin-top: 5px;
	background: white;
	border-bottom: 5px solid #183B8E;
	min-height: 500px;
}

#header{
	/*border-bottom: 1px solid #50C900; */
}

#container_header .logo{
	background: white;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;	
}

#right_content{
	float: right;
	width: 721px;	
}

#left_content{
	float: left;
	width: 200px;	
}

.spacer{
	float:left;
	margin: 18px;
	width: 939px;
	display: inline;
}

#logo{
	float:left;
	border: none;
}

#logo-musikfest{
	margin-top: 33px;
	margin-right: 18px;	
}

#logout{
	position: absolute; 
	right: 18px;
	top: 13px;
}

/* no javascript box */
#no_javascript_box{
	position: absolute;
	width: 934px;
	background: #D73233;
	left: 50%;
	margin-left: -487px;
	top: 90px;	
	z-index: 1000;
	height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	text-align: center;
	padding-top: 3px;
}

/* navigation  */
ul#navigation{
	width: 200px;
	float:left;
}

ul#navigation li{
	margin-bottom: 5px;
	font-weight: bold;
	min-height: 10px;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 4px;
}

ul#navigation li ul{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 200px;
}

ul#navigation li li{
	margin-left: 10px;
	font-weight: normal;
	border-bottom: none;
	padding-bottom: 2px;
}

ul#navigation a{
	text-decoration: none;
	color: #333;	
}

ul#navigation a:hover,
ul#navigation a.active{
	color: #183B8E;
}

/* adress */
#adress{
	float: left;
	width: 200px;
	margin-top: 40px;
	/*color: #50C900;*/
	color: #333;
	line-height: 140%;
}

/* pages */
#text{
	float: left;
	line-height: 150%;
}

/* gallery */
.text_gallery{
	width: 100%;	
}

#gallery_pic_box{
	float: left; 
	width: 100%;
	margin-top: 18px;
}

#gallery_pic_box img{
	float:left;
	margin-top: 18px;
}

#gallery_pic_box .gallery_pic_top{
	margin-top: 0px;	
}

#gallery_pic_box .gallery_pic_right{
	margin-right: 0px;	
}

#gallery_pic_box .edit_img_container img{
	margin-top: 0px;	
}

#gallery_pic_box .edit_img_container{
	margin-top: 18px;	
}

#gallery_pic_box .tn_new_button img,
#gallery_pic_box .gallery_pic_top{
	margin-top: 0px;
}

.tn_gallery{
	margin-right: 18px;	
	width: 166px;
	cursor: pointer;
}

.edit_img_container .tn_gallery{
	height: 150px;
	margin-right: 0px;
}

#gallery_pic_box .gallery_full{
	float: left;
	margin: 0px;
	cursor: auto;
}

.gallery_navigation{
	float: left;
	width: 100%;	
	margin-bottom: 9px;
}

.gallery_navigation div{
	float: left;
	width: 30%;
	margin: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 15px;
	display: inline;
}

.gallery_next{
	text-align: right;
}

.gallery_back{
	text-align: center;	
}

.gallery_description{
	width: 679px;
	margin-left: 16px;
	margin-top: 40px;	
	position: absolute;
	color: white;
	padding: 5px;
	background: url(../pics/desc_back.png);
}


/* article */
.text_article{
	width: 500px;	
}

#pics{
	float: right; 
	display: inline;
	width: 203px;
	text-align: center;
}

#pics img{
	margin-top: 18px;
}

#pics .first_pic{
	margin: 0px;	
}

#pics .edit_img_container img{
	margin-top: 0px;	
}

#pics .edit_img_container{
	margin-top: 18px;	
}

#pics .tn_new_button img,
#pics .first_pic{
	margin-top: 0px;
}

.edit_img_container{
	float: left;	
}

/* documents */
#docs{
	float: left; 
	width: 500px;
	margin-top: 18px;
}

ul.doc{
	float: left;
	width: 500px;
	font-weight: bold;
}

ul.doc li{
	margin-top: 9px;
	border-bottom: 1px dotted #183B8E;
	padding-bottom: 9px;
}

.short_desc{
	margin-left: 22px;
	font-size: 12px;
	float: left;
	width: 465px;
	font-weight: normal;
}

/* list */
#list{
	width: 100%;
	float: left;
}

.link_box,
.download_box{
	float: left;
	width: 100%;
	padding-top: 9px;
	margin-top: 9px;
	border-top: 1px dotted #183B8E;
}

#list .right{
	width: 500px;	
}

#list .left{
	width: 200px;	
}

#list a.pdf{
	float: left;
	margin-top: -7px;	
}

/* edit buttons */
.nav_edit_button{
	position: absolute;
	margin-left: -43px;
	margin-top: -4px;
	width: 35px;
}

.nav_edit_button img,
.tn_edit_button img,
.link_edit_button img{
	float: right;
	margin-left: -3px;
	margin-right: -3px;
	cursor: pointer;
}

.nav_new_button{
	position: absolute;
	margin-left: -35px;
	margin-top: -18px;
}

.tn_new_button,
.link_new_button,
.doc_new_button,
.gallery_new_button{
	width: 200px;
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
	cursor: pointer;
}

.gallery_new_button{
	margin-top: -40px;	
}

.link_new_button{
	margin-top: -10px;
}

.doc_new_button{
	margin-top: -20px;
}

.nav_new_button img{
	cursor: pointer;
}

.tn_edit_button,
.link_edit_button{
	position: absolute;
	margin-left: 3px;
}

.link_edit_button{
	margin-top: -4px;
	margin-left: -35px;
}


.sortable{
	cursor: move;
	position: absolute;
	right: 0px;
}

#gallery_pic_box .edit_img_container .sortable_pics{
	width: 50px;
	margin-right: 60px;
	margin-top: 55px;
	opacity: 0.5;
}

#gallery_pic_box .edit_img_container .sortable_pics:hover{
	opacity: 1;
}

/* form */
#form_back{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: black;
	opacity: 0.1;
	filter: alpha(opacity=10);
	top: 0px;
	left: 0px;
}

#form_container, 
#message{
	top: 50px;
	left: 50%;
	
	position: fixed;
	z-index: 100;
	/*
	width: 600px;
	margin-left: -310px;
	*/
	background: #F2F2F2;
	border: 10px solid #D73233;
}

#message{
	margin-left: -210px;
	width: 400px;
}

#form_content{
	float:left;
	display: inline;
	width: 580px;
	background: white;
	border: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#form_container .spacing, 
#message .spacing{
	float:left;
	width: 100%;
	display: inline;
	cursor: move;
}

.spacing .title{
	float: left;
	font-weight: bold;
	margin: 10px;
}

.spacing .id{
	float: right;
	margin: 10px;
	margin-top: 15px;
	font-size: 9px;
	color: #CCCCCC;
}

#form_container .buttons input, 
#message .buttons input{
	background: #1D3E9E;
	border: 1px solid #CDDCEC;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 15px 3px;
	text-align: center;
	cursor: pointer;
	width: auto;
}

#form_container input, 
#form_container select,
#form_container textarea{
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 10px;
	width: 100%;
	font-family: arial, verdana;
	background: white;
}

#form_container input{
	width: 250px;
}

#form_container textarea{
	height: 80px;
	resize: both;
	max-width: 99%;
}

#form_container textarea.short_text{
	height: 50px;
}

#form_container textarea.middle_text{
	height: 100px;
}

#form_container textarea.long_text{
	height: 200px;
}

#form_container label{
	display: block;
	font-weight: bold;
}

#form_container .buttons,
#message .buttons{
	margin-top: 10px;
}

.center{
	float:left;
	width: 100%;
	text-align: center;
	display: inline;
}

.bold{
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

#form_container input[type=checkbox]{
	width: 20px;
	margin: 0px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#form_loader{
	width: 100%;
	text-align: center;	
}

/* small form */
.small_form{
	margin-left: -150px;
	width: 280px;	
}

.small_form #form_content{
	width: 260px;	
}

/* middle form */
.middle_form{
	margin-left: -180px;
	width: 340px;	
}

.middle_form #form_content{
	width: 320px;	
}

/* big form */
.big_form{
	margin-left: -350px;
	width: 580px;	
}

.big_form #form_content{
	width: 560px;	
}

/* delete form */
.delete_form{
	margin-left: -260px;
	width: 500px;	
}

.delete_form #form_content{
	width: 480px;	
}

/* icons */
a.icon{
	background: url(../pics/icon_default.gif) 0px 0px no-repeat;
	padding-left: 22px;	
	padding-top: 7px;
	line-height: 15px;
}

a.pdf{ background: url(../pics/icon_pdf.gif) 0px 0px no-repeat; }
a.mp3{ background: url(../pics/icon_mp3.gif) 0px 0px no-repeat; }
a.doc{ background: url(../pics/icon_doc.gif) 0px 0px no-repeat; }
a.xls{ background: url(../pics/icon_xls.gif) 0px 0px no-repeat; }
a.ppt{ background: url(../pics/icon_ppt.gif) 0px 0px no-repeat; }

/* home */
#home_text{
	float: left;
	margin-top: 20px;	
}

/* content */
.text_article li{
	list-style: disc outside;	
}

.text_article ul{
	margin-left: 20px;
}
