/*--------------------------Reset--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,fieldset,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*--------------------------Layout--------------------------*/
body {
	background-color: #005595;	
}
div#bg {
	text-align: center;
	/*background-color: #999;*/
	
	width: 100%;
	overflow: auto;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
div#bg_top {
	background-image: url(images/bg_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 300px;	
	
}
div#layout {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	/*background-color: #999;*/
}
div#left {
	/*background-color: #555;*/
	width: 240px;
	float: left;
}
div#logo {
	/*background-color: #111;*/
	width: 200px;
	height: 165px;
}
div#menu {
	/*background-color: #222;*/
	width: 200px;
	
}
div#right {
	/*background-color: #777;*/
	width: 720px;
	float: left;
}
div#div_kopfbild {
	/*background-color: #333;*/
	width: 720px;
	height: 200px;
}
div#content {
	width: 480px;
	/*background-color: #CCC;*/
	float: left;	/*height: auto;*/
	margin-right: 40px;
	margin-top: 40px;	
}
div#marginale {
	width: 180px;
	/*background-color: #222;*/
	float: left;	/*height: auto;*/
	overflow: hidden;
	margin-top: 40px;
}
div#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	/*background-color: #888;*/
	background-image: url(images/bg-footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: left;
	float: none;
	height: 100px;
	position: relative;
}
div.divider {
	width: 100%;
}
hr {
	border: 1px dotted #999;
	border-style: none none dotted;
	/*background-color: #222222;
	color: #ffffff;*/
	height: 0px;
	margin-top: 0px;
	margin-bottom: 20px;	
}
/*Bilderrahmen*/
.csc-textpic-border {
	border: 1px dotted #999;
}

/*--------------------------Menü--------------------------*/
#ul_mainmenu {
	
}
#ul_mainmenu li {
	display: inline;
}
#ul_mainmenu a {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	/*float: left;*/
	display: block;
	width: 180px;
	_width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-right: 10px;
	padding-left: 10px;
}
#ul_mainmenu a:hover, #ul_mainmenu a.aktuell, #ul_mainmenu ul a.aktuell {
	color: #333;
	/*background-color: #EEE;*/
}
#ul_mainmenu ul a {
	background-color: #EEE;
	text-transform: none;
	padding-left: 20px;
	line-height: 20px;
	width: 170px;
	_width: 200px;
}
a.trenner {
	line-height: 40px;
}
/*--------------------------Schrift--------------------------*/

h1 {
	font-family: Arial;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #333;
	font-size: 24px;
}
h2 {
	font-family: Arial;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #005292;
	font-size: 14px;
}

p, div#content li, .csc-textpic-caption, a, td.csc-uploads-fileSize, input {
	font-family: Arial;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #005292;
}
div#content li, div#marginale li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}

/*--------------------------Dateiverweise--------------------------*/
td.csc-uploads-fileName {
	padding: 5px;
	width: 440px;
}

td.csc-uploads-fileSize {
	padding: 5px;
	width: 40px;
}
.tr-odd tr-first {
	background-color: #EEE;	
}
.tr-even {
		
}
.tr-odd {
	background-color: #EEE;
}

/*--------------------------Formular--------------------------*/	
input[type=text] {
	border: 2px solid #f59b00;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	/*margin-left: 10px;*/
	height: 20px;
	
}
.button {
	/*background-color: #999;*/
	width: 120px;
	height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--------------------------Tabelle RTE-CONTENT--------------------------*/
table td {
	border:none; /*1px solid #CCC*/
	padding: 2px;
}

/*--------------------------Formular--------------------------*/	
input[type=text], textarea {
	border: 1px solid #f59b00;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
	margin-left: 10px;
	font-family: Arial
}
input {
	height: 20px;	
	
}
input[type=radio] {
	/*margin-left: 10px;*/
	margin:5px;
	padding-left:10px;
	text-align:left;
	vertical-align: middle;
	
	
}
input[type=checkbox] {
	margin-left: 10px;
	vertical-align: top;
	font-family: Arial
}
textarea {
	height: auto;
	width: 400px;
	font-family: Arial
}
.radiobutton {
	font-size: 12px;
	font-family: Arial;	
}



fieldset legend { 
	display: none; 
}

.button {
	/*background-color: #999;*/
	width: 120px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bg_button.gif);
	font-weight: bold;
	color: #1C388F;
	line-height: 25px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;	
}

/* Abstand nach oben für den Absenden Button*/
#mailformformtype_mail{
	margin-top:20px;	
}
/*Schriftanpassung für das Textfeld*/
#mailformanmerkungen{
	width:95%;
	font-family:Arial;
	font-size:12px;	
}
/*Text vor den Formularfeldern einfärben*/
#mailform label{
	color:#004e91;	
}
/*Textbox ausrichten*/
#mailformProduktauswahl{
	margin-left:10px;
}
/*Text über den 2 Links*/
.dentagen_ueber{
	font-family:Arial;
	font-size:15px;
}

.dentagen_ueber span{
	display:block;
	color:#004e91;
	
}

/*Abstand zwischen den Links*/
.dent_link{
	margin-right:15px;
	text-decoration:none;
}
/*Text vom linken Link*/
.text_web{
	font-family:arial;
	font-size:15px;
	color:#004e91;
	}
/*Text vom rechten Link*/	
.text_druck{
	font-family:arial;
	font-size:15px;
	color:#f59600;
	}
