/*************************************************************************
*  copyright (C) 2008 mgo production (www.anderscht.org)
*  
*  MAIN-KULTURKARTELL CSS
*
*  
*
*************************************************************************/

 body, textarea {
  font-family:Arial, Helvetica, sans-serif;
  
  
  background:url(../images/background.gif);
  background-repeat:repeat;
}

.Titel {
	font-size: 14px;
	font-weight: bold;
	
	color:#000000;
	border-bottom:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
}

.TextKartellFett {
	font-size: 14px;
	font-weight: bold;
	
	color:#918335;
	border-bottom:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
}

.TextKartellNormal {
	font-size: 13px;
	font-weight: bold;
	
	color:#333333;
	border-bottom:#000000;
	border-bottom-style:none;
	border-bottom-width:thin;
	border-bottom-color:#000000;
}

.TextNormal {
	font-size: 12px;
	font-weight:bold;
	
	color:#000000;
	border-bottom:#000000;
	border-bottom-style:none;
	border-bottom-color:#FF0000;
}

.TextWhitoutBorder {
	font-size: 13px;
	font-weight:800;
	
	color:#000000;
	border-bottom:#000000;
	border-bottom-style:none;
	border-bottom-color:#FF0000;
}

.TextImportant {
	font-size: 12px;
	font-weight:800;
	
	color:#FF0000;
	border-bottom:#FF0000;
	border-bottom-style:dotted;
	border-bottom-color:#FF0000;
}

/*  Link Behandlung  */
a{
	color:#FFFFFF;
}

a:hover{
	color:#999999;
	
	border-bottom:#FF0000;
	border-top:#FF0000;
	border-left:#FF0000;
	border-right:#FF0000;
}

.webmaster{
font-weight:bold;
color:#FF0000;
background-color: transparent;
}

.webmaster:hover{
color:#CC9900;
background-color: transparent;
}

.page_selecter{
font-weight:bold;
color:#FF0000;
background-color: transparent;
}

.page_selecter:hover{
color:#CC9900;
background-color: transparent;
}

/* 	Inputfields Options */
input,select{
	border: 1px solid #FF0000;
	border-color: #aaa #ccc #ccc #aaa;
	background: #f3f3f3;
	color: #000000;
	font-size: 100%;
	padding: 2px 3px;
}
input.check{
  border:0;
  padding:0;
  background: transparent;
}
select{
	padding: 2px 0 2px 3px;
}
input:focus{
	border: 1px solid #999;
	background: #FBF9D3;
	color: #000;
	border-color: #777 #bbb #bbb #777;
}

input.btn,input.redbtn{
	background: #244A79;
	color: #fff;
	padding: 2px;
	border-color: #0E2F58;
	font: normal 10px sans-serif;
}
input.redbtn{
	background: #F21518;	
}
input.redbtn:hover{
	background: #BE0D0F;
}
input.btn:hover{
	background: #0E2F58;
}

input.btn2{
	font-weight: bold;
	padding: 2px;
}

input.btn2:hover{
	background: #eee;
	border-color: #888;
	color: #222;
}

/* 	Textarea Options */
textarea,select{
	border: 1px solid #FF0000;
	border-color: #aaa #ccc #ccc #aaa;
	background: #f3f3f3;
	color: #000000;
	font-size: 100%;
	padding: 2px 3px;
	
}
textarea.check{
  border:0;
  padding:0;
  background: transparent;
}
select{
	padding: 2px 0 2px 3px;
}
textarea:focus{
	border: 1px solid #999;
	background: #FBF9D3;
	color: #000;
	border-color: #777 #bbb #bbb #777;
}

textarea.btn,input.redbtn{
	background: #244A79;
	color: #fff;
	padding: 2px;
	border-color: #0E2F58;
	font: normal 10px sans-serif;
}
textarea.redbtn{
	background: #F21518;	
}
textarea.redbtn:hover{
	background: #BE0D0F;
}
textarea.btn:hover{
	background: #0E2F58;
}

textarea.btn2{
	font-weight: bold;
	padding: 2px;
}

textarea.btn2:hover{
	background: #eee;
	border-color: #888;
	color: #222;
}

/* NEUES KULTUKARTELL LAYOUT */
/* WICHTIG!!! */

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

/* Äusserer Container */
#maincontainer{
border: 0px solid #000000;
padding: 15px;
}

/* Content Container */
#main_content_container{
border: 1px solid #000000;

background-image:url(../images/backgroundFiller.png);
background-repeat:repeat;
}

/* Äusserer Container */
#main_logo_container{
border: 0px solid #000000;

background-image:url(../images/rightheader.png);
background-position:right;
background-repeat:no-repeat;
}

#main_header{
background:#000000;
color:#FFFFFF;
border: 0px solid #000000;

width:100%;
height: 20px; /*Height of top section*/

text-align: center;

}

#main_logo{
height:110px;
width:100%;

border: 0px solid #000000;

}

#main_menu{
height:24px;
width:100%;
}

#main_content{
float: left;
width: 100%;
}

/* Margins for content column. Should be "0 right-column-width 0 left-column-width */
#main_content_middle{
	margin: 0 180px 0 180px; 
}

#main_content_left{
float: left;
width: 180px; /*Width of left column*/
margin-left: -100%;
}

#main_content_right{
float: right;
width: 180px; /*Width of right column*/

margin-left: -100%; /*Set left marginto -(RightColumnWidth)*/
}

#main_footer{
clear: left;
width: 100%;

font-family:Arial, Helvetica, sans-serif;
font-size:10px;

color:#FFFFFF;

background: black;
text-align: center;
padding: 4px 0;

border:1px solid #000000;
}

#main_footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

background:#000000;

color: #FFFF80;
}

.innertube{
margin-top: 0px;
margin-left:4px;
margin-right:4px;
margin-bottom: 0px;
}

.innertube_content{
margin-top: 4px;
margin-left:4px;
margin-right:4px;
margin-bottom: 4px;
}

/* Innerer Content */
.innertube_middle{
margin-top: 2px;
margin-left:2px;
margin-right:2px;
margin-bottom:2px;
}

.innertube_left{
	margin-top: 2px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	width:95%;
}

.innertube_main_left{
clear: left;

margin-top: 2px;
margin-left:2px;
margin-right:2px;
margin-bottom:2px;

width:95%;
}

.innertube_right{
	margin-top: 2px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	width:95%;
}

.innertube_main_right{
clear: left;

margin-top: 2px;
margin-left:4px;
margin-right:2px;
margin-bottom:2px;

width:95%;
}



/* ContentMiddle */
/* Inner Container mit Inhalt der Seite */
#content_middle{
float: left;
width: 100%; /*Width of left column*/

background:#FFFFFF;

margin-top:1px;
margin-left:1px;
margin-right:1px;
margin-bottom:2px;

border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

#content_left{
float:left;
width: 100%; /*Width of left column*/

background:#FFFFFF;

margin-top:1px;
margin-left:1px;
margin-right:1px;
margin-bottom:2px;

border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

#content_right{
float: left;
width: 100%; /*Width of left column*/

background:#FFFFFF;

margin-top:1px;
margin-left:1px;
margin-right:1px;
margin-bottom:2px;

border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}


/* Kästechenheaders */
#content_header{
color:#FFFFFF;
background:#000000;
border: 1px solid #000000;

margin-top:5px;
margin-left:1px;
margin-right:0px;
margin-bottom:0px;

width:100%;
height: 20px; /*Height of top section*/

text-align: left;

}