@charset "utf-8";
/* CSS Document */
.jMax {
	width: 430px;
	height: 350px;
	float: left;
}
.jMax-text {
	font-size: 9px;
}
.over {
	color: #C00;
}
.highlite {
	background-color: #C00;
	color: #FFF;
}
.input_error {
	background-color:#FF9F9F;
}
#inputText {
	font-size: 9px;
	width: 250px;
	height: 150px;
	overflow: auto;
}
#formular_wrap2 {
	position: relative;
	width: 290px;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	font-family: "myriad-pro-n4", "myriad-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
label{
	display:block;
}
#formular_wrap2 input[type=checkbox]{
	display:block;
}
#formular_wrap2 input, textarea, select {
	font-family: "myriad-pro", sans-serif;
	font-size: 12px;
	color: #666;
	resize: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 5px 0px 10px 0px;
	border: #999 1px solid;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
#formular_wrap2 input:focus, textarea:focus, select:focus {
	color: #000;
	outline: none;
	border: #35a5e5 1px solid;
	font-family: "myriad-pro", sans-serif;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
#formular_wrap2 input[type=text], input[type=file], #intern_extern {
	display: block;
	width: 250px;
	height: 20px;
}
#formular_wrap2 input[type=radio] {
	display: inline;
	margin-right: 20px;
	position: relative;
	top: 2px;
}
#formular_wrap2 textarea {
	display: block;
	width: 250px;
	height: 150px;
}
#formular_wrap2 input[type=submit] {
	background: #222;
	color: #000;
	width : 141px;
	height : 24px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: none;
	cursor: pointer;
	background-color: #DFDFDF;
	font-size: 16px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#formular_wrap2 input[type=submit]:hover {
	background-color: #ccc;
	color: #fff;
}
#formular_wrap2 input[type=submit].disabled {
	cursor: default;
	color: #999;
	text-shadow: 0 -1px 1px #fff;
}
.spezial_tr{
	background:#CCC;
	cursor:pointer;
}
.normal_tr{	
}
.tabelle_breite{width:100%;}
.tabelle_newsID{width:3%;}
.tabelle_headline{width:22%;}
.tabelle_date{width:12.5%;}
.tabelle_text{width:50%;}
