/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Standard Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

* {
	margin:0;
	padding:0;
}

.cms_clearer {
	clear:both;
}


/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Debug
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

pre {
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Site Layout
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#cms_content {
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	
	padding-bottom:20px;
	text-align:left;	
	line-height: 1.2em;
}

#cms_content a:link,
#cms_content a:visited {
	color: #444; 
	text-decoration:none;
}

#cms_content a:hover,
#cms_content a:active {
	color: #999; 
	text-decoration:none;
}

#cms_iframe_content {
	display:none;
}

#input_iframe_content {
	display:none;
}

#upload_iframe {
	height:100px;
	width:100%;
	border:none;
}




/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Input Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#cms_content input {
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:2px;
	
}

#cms_content input:focus {
	border:1px solid #333;
}

#cms_content select {
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

#cms_content select:focus {
	border:1px solid #333;
}

/* Input Klassen */

#cms_content .input_feld_text_100px {
	border:none;
	width:100px;

	background-color:#eee; 
	border:1px solid #333; 
	
	height:13px;
}

#cms_content .input_feld_text_300px {
	border:none;
	width:300px;

	background-color:#eee; 
	border:1px solid #333; 
	
	height:13px;
}

#cms_content .input_feld_text {
	border:none;
	width:200px;

	background-color:#eee; 
	border:1px solid #333; 
	
	height:13px;
}

#cms_content .input_feld_textfeld {
	border:none;
	width:500px;
	
	background-color:#eee; 
	border:1px solid #333; 
	
	height:80px;
	
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:4px;
	margin-top:3px;
}

#cms_content .input_feld_text_datum {
	border:none;
	width:180px;

	background-color:#eee; 
	border:1px solid #333; 
	
	height:13px;
}

#cms_content .input_feld_select {
	border:none;
	width:204px;

	background-color:#eee;
	border:1px solid #333; 
	
	height:15px;	
}

#cms_content .input_feld_select_300px {
	border:none;
	width:300px;

	background-color:#eee;
	border:1px solid #333; 
	
	height:15px;	
}

#cms_content .input_button {
	font-family:Questrial, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:12px;
	
	height: 28px;
	padding: 0px 8px 0px 8px;
	line-height: 24px;
	border-radius: 3px;
	background: #7abcff;
	
	border:solid 1px #444;
	background: #0467b0;
	background: -webkit-linear-gradient(#3384bf, #0467b0);
	background: -o-linear-gradient(#3384bf, #0467b0);
	background: -moz-linear-gradient(#3384bf, #0467b0);
	background: linear-gradient(#3384bf, #0467b0);
	
	cursor: pointer;
	
	
	
	/*
	width:100px;
	background-color:#eee;
	border:1px solid #333; 
	
	font-size:12px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	cursor:pointer;
	*/
}

#cms_content .checkbox {
	cursor:pointer;
	background-color:#eee;
	border:1px solid #333; 
}


/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Content inner Layout
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#cms_content .cms_thumb {
	border:solid 1px #000000;
}

#cms_content .key_bereich {
	float:left;
	width:130px;
	height:15px;
	line-height:15px;
	margin-bottom:2px;
}

#cms_content .key_bereich_textfeld {
	float:left;
	width:130px;
	height:80px;
	line-height:15px;
	margin-bottom:2px;
}

#cms_content .value_bereich {
	float:left;
	width:200px;
	margin-bottom:2px;
	height:15px;
	line-height:15px;	

}

#cms_content .value_bereich_img {
	float:left;
	width:200px;
	margin-bottom:2px;
	}
	
#cms_content .value_bereich_datum {
	float:left;
	width:186px;
	margin-bottom:2px;
	height:15px;
	line-height:15px;	
}

#cms_content .zusatz_bereich {
	float:left;
	width:18px;
	margin-bottom:2px;
	height:15px;
}

#cms_content .cms_h1 {
	font-size:14px;
	color:#000;
}



#cms_content .cms_titel_div {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform:uppercase;
	color:#f39200;
	line-height:1.2em;
	/* text-shadow: 2px 2px 1px rgba(180, 180, 180, 1); */
	
	padding-bottom:20px;
}	


@media screen and (min-width:1000px) {

	#cms_content .cms_titel_div {
		font-size: 52px;
  		 padding-bottom:20px;
 	}	
}



#cms_content .cms_fck_editor_news {
	float:left;
	margin-bottom:2px;	
}

#cms_schriftgroesse_select_div {
	display:none;
}

#cms_schrift_vorschau_div {
	display:none;
}

#cms_vorschau {
	/* background-image:url(../images/cms/background_vorschau.gif); */
	
	
}

#cms_content .cms_height_spacer {
	height:20px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.cms_navigation_ul {
	margin-left:10px;
	list-style-type:none;
}

.cms_navigation_li {
	height:16px;
	line-height:16px;
	background-image: url(../images/icons/menu/folder.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.cms_navigation_li a {
	display:block;
}

.cms_navigation_li a:hover {
	background-color:#666;
}

.cms_navigation_new {
	height:16px;
	line-height:16px;
	background-image: url(../images/icons/menu/folder_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.cms_navigation_new a {
	display:block;
}

.cms_navigation_new a:hover {
	background-color:#666;
}

.cms_navigation_li_ebene_start {
	padding-left:14px;
}

.cms_navigation_li_ebene_0 {
	padding-left:14px;
}

.cms_navigation_new_ebene_0 {
	padding-left:14px;
	margin-left:14px;
}

.cms_navigation_li_ebene_1 {
	margin-left:14px;
	padding-left:14px;
}

.cms_navigation_new_ebene_1 {
	padding-left:14px;
	margin-left:28px;
}

.cms_navigation_li_ebene_2 {
	margin-left:28px;
	padding-left:14px;
}

.cms_navigation_new_ebene_2 {
	padding-left:14px;
	margin-left:42px;
}

.cms_navigation_li_ebene_3 {
	margin-left:42px;
	padding-left:14px;
}

.cms_navigation_new_ebene_3 {
	padding-left:14px;
	margin-left:56px;
}


.cms_navigation_li_ebene_4 {
	margin-left:56px;
	padding-left:14px;
}

.cms_navigation_new_ebene_4 {
	padding-left:14px;
	margin-left:70px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Weitere
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.hidden {
	display:none;
}










