
/* General
--------------------------------------------------------------------------------------------------------*/
.semantic {
display: none;
}

body {
background: #eee;
}

#globalinfo {
    background: #EFEFEF url(img/globalinfo.png) no-repeat 26px 20px;
    padding: 20px;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: 0 0 8px #ddd;
	-webkit-box-shadow: 0 0 8px #ddd;
	box-shadow: 0 0 8px #ddd;
    position: relative;
    font-size: 14px;
    color: #444;
    padding-left: 100px;
	width: 870px;
	margin: 0 auto;
	text-align: left;
}

#globalinfo #closelink {
	position:absolute;
	right: -15px;
	top:20px;
	display:block;
	background:lightgrey;
	color:#fff;
	width: 25px;
	height:25px;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:2px solid #fff;
}

/* Removing margin/padding */
* {
margin: 0;
padding: 0;
font-size:12px;
}

/* Giving margin back to several elements */
h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,fieldset,table,ul {
margin: 1em 0;
}

/* Class for clearing floats */

/* Removing border on linked images */
img {
border: 0;
}
div {
behavior: url(iepngfix.htc);
}

.clear{
	float:none;
	clear:both;
}

/* End General
--------------------------------------------------------------------------------------------------------*/

/* =Typography
--------------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
* {
/*font: 12px Arial, Verdana, Helvetica, sans-serif;*/
font: 12px;
font-family: Arial;
color: #868686;
}
#bold {
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}

#content_dp ol li {
    margin-left: 18px;
}

#content_dp .right h2 {
	font-size:18px;
}

#content_dp .right h3 {
	font-size: 16px;
}

#content_dp .right h4 {
	font-size:14px;
}

/* End Typography
--------------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------------*/
#links a {
text-decoration: none;
color: #ffffff;
font-size: 13px;
margin-right: 16px;
}
#links a:hover {
color: #c2c2c2;
}
#links {
margin-top: 11px;
margin-left: 26px;
}
a {
text-decoration: none;
border: none;
}
a:visited #foris {
background: url(img/bg_blocks_center.jpg) repeat-x;
}
a:hover #foris {
background: url(img/bg_blocks_right.jpg) repeat-x;
}
a:visited #forislingua {
background: url(img/bg_blocks_center.jpg) repeat-x;
}
a:hover #forislingua {
background: url(img/bg_blocks_right.jpg) repeat-x;
}
a:visited #foratis {
background: url(img/bg_blocks_center.jpg) repeat-x;
}
a:hover #foratis {
background: url(img/bg_blocks_right.jpg) repeat-x;
}
/* End Links
--------------------------------------------------------------------------------------------------------*/

/**
 *
 * HTML
 *
 */
header, article, footer, section, aside, nav {
	display: block;
}


/**
 *
 * TPL:HEADER
 *
 */
.container {
	background: #fff;
	-moz-box-shadow: 0 0 4px #a1a1a1;
	-ms-box-shadow: 0 0 4px #a1a1a1;
	-o-box-shadow: 0 0 4px #a1a1a1;
	-webkit-box-shadow: 0 0 4px #a1a1a1;
	box-shadow: 0 0 4px #a1a1a1;
	margin: 0px auto 20px;
	width: 972px;
}

header {
	background: #fff;
	height: 47px;
	padding: 40px 0 32px 16px;
}

#logo {
	margin: 0px;
}



/**
 *
 * TPL:NAV
 *
 */
#nav {
	background: #fff;
	margin: 0px;
	position: relative;
	z-index: 100;
}

	#nav > ul {
		background: #032175;
		background: -moz-linear-gradient(-90deg, #052b8f, #032175) #fff;
		background: -ms-linear-gradient(-90deg, #052b8f, #032175) #fff;
		background: -o-linear-gradient(-90deg, #052b8f, #032175) #fff;
		background: -webkit-gradient(linear, left top, left bottom, from(#052b8f), to(#032175)) #fff;	
		background: -webkit-linear-gradient(-90deg, #052b8f, #032175) #fff;
		background: linear-gradient(-90deg, #052b8f, #032175) #fff;
		-moz-box-shadow: 0 0 5px #999999;
		-ms-box-shadow: 0 0 5px #999999;
		-o-box-shadow: 0 0 5px #999999;
		-webkit-box-shadow: 0 0 5px #999999;
		box-shadow: 0 0 5px #999999;
		height: 30px;
		margin: 0px;
		padding: 0 0 0 7px;
	}

	#nav li {
		list-style: none;
	}

		#nav a {
			color: #fff;
			padding: 0 8px;
		}

	/* LVL 1 */
	#nav > ul > li {
		float: left;
		margin: 0 0 0 0;
		position: relative;
		z-index: 100;
	}

		#nav > ul > li > a {
			color: #fff;
			display: inline-block;
			height: 30px;
			line-height: 30px;
		}

		#nav > ul > li > a:hover, #nav > ul > li:hover > a, #nav > ul > .current-page-item > a, .home #nav .menu-item-0 > a {
			background: #e7e7e7;
			background: -moz-linear-gradient(-90deg, #f1f1f1, #e7e7e7);
			background: -ms-linear-gradient(-90deg, #f1f1f1, #e7e7e7);
			background: -o-linear-gradient(-90deg, #f1f1f1, #e7e7e7);
			background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e7e7e7));
			background: -webkit-linear-gradient(-90deg, #f1f1f1, #e7e7e7);
			background: linear-gradient(-90deg, #f1f1f1, #e7e7e7);
			color: #032277;
		}

		/* LVL2 */
		#nav > ul > li > ul {
			-moz-box-shadow: 0 0 4px #888;
			-ms-box-shadow: 0 0 4px #888;
			-o-box-shadow: 0 0 4px #888;
			-webkit-box-shadow: 0 0 4px #888;
			box-shadow: 0 0 4px #888;
			display: none;
			left: 0px;
			margin: 0px;
			position: absolute;
			top: 30px;
			width: 220px;
			z-index: 1500;
		}

		#nav > ul > li:hover ul {
			display: block;
		}
		
			#nav > ul > li > ul > li {

			}
		
			#nav > ul > li > ul > li > a {
				background: #f2f2f2;
				background: -moz-linear-gradient(-90deg, #fff, #f2f2f2);
				background: -ms-linear-gradient(-90deg, #fff, #f2f2f2);
				background: -o-linear-gradient(-90deg, #fff, #f2f2f2);
				background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
				background: -webkit-linear-gradient(-90deg, #fff, #f2f2f2);
				background: linear-gradient(-90deg, #fff, #f2f2f2);
				color: #6a6a6a;
				display: block;
				padding: 10px;
			}

			#nav > ul > li > ul > li > a:hover, #nav > ul > li > ul > .current-page-item > a {
				background: #d5d5d5;
				background: -moz-linear-gradient(-90deg, #e6e6e6, #d5d5d5);
				background: -ms-linear-gradient(-90deg, #e6e6e6, #d5d5d5);
				background: -o-linear-gradient(-90deg, #e6e6e6, #d5d5d5);
				background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d5d5d5));
				background: -webkit-linear-gradient(-90deg, #e6e6e6, #d5d5d5);
				background: linear-gradient(-90deg, #e6e6e6, #d5d5d5);
				color: #6a6a6a;
			}

	.logo {}
	
		#nav .logo a {
			padding: 0px;
		}
	
		#nav .logo:hover a {
			background: none;
		}

		.logo img {
			margin: -34px 0 0;
		}

	#nav .first-logo a {
		margin: 0 0 0 15px;
	}



/**
 *
 * Subnav
 *
 */
#subnav ul li {
	background: none;
	border-bottom: 1px solid #ededed;
	list-style: none;
	padding: 0px;
}

	#subnav a {
		background: #f2f2f2;
		background: -moz-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -ms-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -o-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
		background: -webkit-linear-gradient(-90deg, #fff, #f2f2f2);
		background: linear-gradient(-90deg, #fff, #f2f2f2);
		color: #828282;
		display: block;
		padding: 10px 10px 10px 15px;
	}

	#subnav .active, #subnav a:hover {
		background: #d3d3d3;
		background: -moz-linear-gradient(-90deg, #ececec, #d3d3d3);
		background: -ms-linear-gradient(-90deg, #ececec, #d3d3d3);
		background: -o-linear-gradient(-90deg, #ececec, #d3d3d3);
		background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d3d3d3));
		background: -webkit-linear-gradient(-90deg, #ececec, #d3d3d3);
		background: linear-gradient(-90deg, #ececec, #d3d3d3);
		color: #535353;
	}



/* =Main Content
--------------------------------------------------------------------------------------------------------*/
#s_container_photo {
width: 960px;
height: 600px;
}
#main_container, .container {
background: #fff;
-moz-box-shadow: 0 0 4px #a1a1a1;
-ms-box-shadow: 0 0 4px #a1a1a1;
-o-box-shadow: 0 0 4px #a1a1a1;
-webkit-box-shadow: 0 0 4px #a1a1a1;
box-shadow: 0 0 4px #a1a1a1;
margin: 0px auto 20px;
width: 972px;
}

p {
	
	margin-top: -10px;
	font-size:12px;
}

/* PRESSE */

#newsmeldungen,
#geschaeftsberichte {
height:auto !important;
line-height:15px;
list-style:none outside none;
margin-top:42px;
min-height:50px;
}
#newsmeldungen li,
#geschaeftsberichte li {
border-bottom:1px solid #EEEEEE;
overflow:hidden;
padding:15px 7px 15px 7px;
}
#newsmeldungen li:last-child,
#geschaeftsberichte li:last-child {
border-bottom:0;
}
#newsmeldungen li:hover,
#geschaeftsberichte li:hover {
background: #f4f4f4;
-moz-box-shadow: 1px 1px 0 #ddd;
-webkit-box-shadow: 1px 1px 0 #ddd;
box-shadow: 1px 1px 0 #ddd;
}
#newsmeldungen span {
display: block;
margin-right:20px;
line-height: 18px;
}
#newsmeldungen li:hover,
#geschaeftsberichte li:hover {
	cursor:pointer;
}
#newsmeldungen .pressetext,
#geschaeftsberichte .pressetext {
	float: left;
	width: 450px;
	padding-right: 30px;
}

#newsmeldungen h4,
#geschaeftsberichte h4 {
color:#000088;
font-size:13px;
font-weight:bold;
width:450px;
margin-bottom:0;
margin-top:0;
line-height: 18px;
}

#newsmeldungen p {
	margin-bottom: 0;
}
#newsmeldungen .read-more {
	float:left;
	width: 110px;
}

#geschaeftsberichte .downloadreport {
	float:left;
	width: 60px;
}

.loader {
	background: url(img/ajax-loader.gif) no-repeat;
}

#jahreslinks a,
#yearlinks a,
.year {
margin-right:10px;
color:#868686 !important;
font-weight:bold;
outline: none;
}

#jahreslinks a:hover,
#yearlinks a:hover {
	color:#f00 !important;
}

#jahreslinks .active,
#yearlinks .active {
	color:#f00 !important;
	padding-left: 13px;
	background: url(img/arrow.png) no-repeat 2px 2px;
}

#yearlinks h6,
#yearlinks h6 {
	color:#f00 !important;
	padding-left: 13px;
	background: url(img/arrow.png) no-repeat 2px 2px;
	display: inline;
	font-size: 12px !important;
	margin-right:10px;
}


/* =End Main Content
--------------------------------------------------------------------------------------------------------*/


/* =Secondary Content
--------------------------------------------------------------------------------------------------------*/
#second_container {
float: left;
background: url(img/homephoto.jpg)  no-repeat scroll right 148px transparent;
position: relative;
}


#photo img.keys  {
	position:absolute;
	z-index:0;
	top:16px;
	left:0;
	margin-top: -16px;
}

#photo img.currentImage  {
	z-index:1;
}

#photo {
	float:left;
	height:631px;
	width:470px;
	position:relative;
}
#blocks_in_foto {
	list-style: none;
	margin:0 0 0 10px;
	position:absolute;
	bottom: 10px;
	z-index:2;
}

#blocks_in_foto li {
	width: 151px;
	height: 85px;
	background: url("img/bg_blocks.jpg") repeat-x 0 -1px;
	float: left;
	text-align: center;
}

#blocks_in_foto li a {
	display: block;
	color: red;
}

#blocks_in_foto li a:hover {
	color: #009;
}

#blocks_in_foto li img {
	padding-top: 8px;
	padding-bottom: 15px;
}

#text_1 {
	width: 410px;
	height: 180px;
	margin: 0px 0 0 40px;
	padding: 23px 0 20px;
	border-bottom: solid 1px #dadada;
}
#text_1 p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 17px;
}
.title {
color: #000099;
font-weight: bold;
font-size: 14px;
padding: 4px 0 12px;
}
.title.sub {
padding-top: 0;
}
.title_bottom {
color: #000099;
font-weight: bold;
padding-bottom: 0;
}
.title_bottom_grey {
font-size: 11px;
font-weight: bold;
padding-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
}
.title_bottom_grey a {
	color: #009;
}
.title_bottom_grey_2 {
font-size: 12px;
padding-bottom: 14px;
font-family: Arial, Helvetica, sans-serif;
}
.color_text_red {
color: #FF0000;
}
.color_text_blue {
color: #000099;
}
#text_2 {
height: 215px;
margin: 18px 0 0 40px;
}
#text_2_1 {
float: left;
width: 215px;
border-right: solid 1px #dadada;
padding-right: 15px;
height: 250px;
display: none;
}
#text_2_1 p {
margin-top: 0;
margin-bottom: 25px;
}
#text_2_1 .pic {
padding: 0;
margin: 0;
}
#text_2_2 p {
margin-top: 0;
margin-bottom: 19px;
line-height: 15px;
}
#text_2_2 {
float: left;
width: 400px;
margin: 0;
}

/* End Secondary Content
--------------------------------------------------------------------------------------------------------*/



/**
 *
 * TPL:FOOTER
 *
 */
#footer {
	background: #fff;
	font: 11px/150% sans-serif;
	text-align: left;
}

	#footer h4 {
		color: #000099;
		font: bold 11px/150% sans-serif;
		margin: 0 0 10px;
	}
	
		#footer h4 a {
			color: #000099;
			font: bold 11px/150% sans-serif;
		}
		
	#footer h5 {
		font: bolder 13px/150% sans-serif;
	}

	#footer p {
		margin: 0 0 5px;
	}
	
	#footer li {
		margin: 0 0 3px;
	}
	
	#footer a {
		margin: 0 0 3px;
	}

	#footer-content {
		background: #e4e4e4;
		background: -moz-linear-gradient(-90deg, #fff, #e4e4e4);
		background: -ms-linear-gradient(-90deg, #fff, #e4e4e4);
		background: -o-linear-gradient(-90deg, #fff, #e4e4e4);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
		background: -webkit-linear-gradient(-90deg, #fff, #e4e4e4);
		background: linear-gradient(-90deg, #fff, #e4e4e4);
		padding: 20px 0;
	}

		.footer-section {
			border-left: 1px solid #dadada;
			float: left;
			height: 210px;
			padding: 0px 18px 12px 18px;
			width: 160px;
		}

		.footer-section:first-child {
			border: 0px;
		}
		
		.footer-section-small {
			width: 140px;
		}
		
			.footer-section-small a {
				display: block;
			}

		#info {
			padding-left: 43px;
			/* width: 160px; */
		}

		#investor-relations {
			width: 183px;
		}

		#press {
			width: 100px;
		}

		#quicklinks {
			width: 180px;
		}

			#quicklinks ul {
				margin-left: 0px;
			}

				#quicklinks li {
					background: none;
					list-style: none;
					padding: 0px;
				}
			
					#quicklinks a {
						color: #c1c1c1;
						display: block;
						/* font: 16px/28px 'Rotis Sans Serif W01', sans-serif; */
						font: 14px/28px sans-serif;
						height: 28px;
						margin: 0 0 20px;
						padding: 0 0 0 34px;
						text-indent: -9999px;
					}

					#quicklinks a:hover {
						color: #969696;
					}

					#anwaltsverzeichnis {
						background: url('../img/button-anwaltsverzeichnis.png') no-repeat;
						height: 28px;
					}
					
					#anwaltsverzeichnis:hover {
						background-position: left -27px;
					}
					
					#meinrecht {
						background: url("../img/button-meinrecht.png") no-repeat;
						height: 25px !important;
					}

					#meinrecht:hover {
						background-position: left -26px;
					}

					#prozesskostenrechner {
						background: url('../img/button-prozesskostenrechner.png') no-repeat;
						height: 26px !important;
					}

					#prozesskostenrechner:hover {
						background-position: left -26px;
					}

					#zinsrechner {
						background: url('../img/button-zinsrechner.png') no-repeat;
						height: 28px;
					}

					#zinsrechner:hover {
						background-position: left -28px;
					}
	#footer nav {
		padding: 10px;
		text-align: right;
	}
	
		#footer nav ul {
			margin: 0px;
		}

			#footer nav li {
				display: inline;
			}

				#footer nav a {
					color: #868686;
					display: inline-block;
					padding: 0 5px;
				}

				#footer nav a:hover {
					text-decoration: underline;
				}



/**
 *
 * HELPER
 *
 */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.widget {
		background: #f2f2f2;
		background: -moz-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -ms-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -o-linear-gradient(-90deg, #fff, #f2f2f2);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
		background: -webkit-linear-gradient(-90deg, #fff, #f2f2f2);
		background: linear-gradient(-90deg, #fff, #f2f2f2);
		border-bottom: 1px solid #ededed;
		padding: 15px;
}

	.widget h2 {
			color: #00009b;
			font: 12px/150% sans-serif;
			margin: 0 0 5px;
			font-weight: bolder;
	}

	.widget p.pressemeldung {
		line-height: 1.5;
		margin: 0 0 10px;
	}
			.widget p.pressemeldung .date {
					color: #ff0000;
			}
	
	.widget .ansprechpartner img {
			width: 200px;
	}
	
	.widget a {
		color: #ff0000;
	}
	
	.widget a:hover {
		color: #000099;
	}
	
	.widget:last-child {
		border: 0px;
	}

	.hidden {
		display: none;
	}
	
	.pdf, .right a[href$=pdf] {
		background: url('./img/icon-pdf.gif') left center no-repeat;
		padding: 0 0 0 17px;
	}
	
/**
 *
 * HOME
 *
 */
.home-content {
	background: url(./img/homephoto.jpg) no-repeat scroll right top transparent;
	height: 438px;
	position: relative;
}

.portallinks {
	position: absolute;
}

#portal_goa {
	height: 40px;
	left: 520px;
	top: 250px;
	width: 132px;
}

#portal_lingua {
	height: 48px;
	left: 708px;
	top: 267px;
	width: 150px;
}

#portal_foris {
	height: 63px;
	left: 510px;
	top: 320px;
	width: 143px;
}

#portal_foratis {
	height: 51px;
	left: 805px;
	top: 328px;
	width: 123px;
}

.home #nav > ul {
	padding-left: 30px;
}


/**
 *
 * 
 *
 */

table.box{
	border:0px;
}
table.box *{
	border:0px;
}

table.box td.content{
	background-image:url('img/box/bg_box_center.png');
	background-repeat:repeat-x;
	background-position:0px bottom;
	padding-bottom:10px;
}

table.box td.top{
	height:8px;
	overflow:hidden;
	background-image:url('img/box/bg_box_top.png');
}



/* standard seiten */
#logo-row{
	width: 200px;
}

#logo-row img{
	margin:0px;
	margin-top:50px;
	margin-left:15px;
}
	
#content_dp{
	width:978px;
	background: url('./img/bg-content.jpg') repeat-y;
/*	background-color:yellow;*/
	padding-bottom:55px;
}	

#content_dp .left{
	width:240px;
	float:left;
/*	background-color:red;*/
}


#content_dp .box{
	width:236px;
	margin:0px;
}

#content_dp .box .topShadow{
	height:9px;
	background-image:url('img/box/ts.png');
	background-repeat:no-repeat;
}

#content_dp .box .leftShadow{
	width:7px;
	background-image:url('img/box/ls.png');
	background-repeat:repeat-y;
	background-position:0px 0px;
}

#content_dp .box .rightShadow{
	width:5px;
	background-image:url('img/box/rs.png');
	background-repeat:repeat-y;
}

#content_dp .box .boxContent{
	
	background-image:url('img/box/vb.png');
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:0px bottom;
	padding-bottom:10px;
	width:224px;
}

#content_dp .box .bottomShadow{
	height:6px;
	background-image:url('img/box/bs.png');
	background-repeat:no-repeat;
}


#content_dp .box .boxContent .padd{
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-left:20px;
	padding-top:10px;
}




#content_dp .right{
	float:left;
	line-height: 200%;
	padding: 40px 50px;
	width: 605px;
}


	
	
	
#container_bottom_dp{
	height:140px;
	margin:10px 0 0 15px;
	width:925px;
}

#bottom_bg_center2 a{
	display:block;
	font-size:11px;
}

#bottom_bg_center2 p{
	margin:0px;
/*	margin-top:-10px;*/
}


.subNav{
	margin:0px;
	padding:0px;
	list-style-position:inside;
	list-style-type:none;
}

.subNav li{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}


a:hover{
	color:#000099;
}

a.active{
	color:#000099;
}

h2{
	color:#000099;
	font-size:14px;
	font-weight:bold;
	padding:4px 0 12px;
	margin:0px;
}

.blue{
	color:#000099;
}

.right p{
	margin-top:5px;
}


#impressum_row{
	width:978px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.right a{
	color:#009  !important;
}
.right a:hover {
	color:#f00  !important;
}
#content_dp .right td li{
	width: 400px;
	margin-left: 25px;
}

form {
}

	fieldset {
	
	}

		legend {
	
		}

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

		input[type=text], input[type=password], input[type=date], input[type=time], textarea {
			border: 1px solid #ccc;
			background: #f2f2f2;
			padding: 3px;
			width: 280px;
		}

		input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus {
			background: none;
		}

		input[type=text] {
	
		}
		
		input[type=radio], input[type=checkbox] {
			vertical-align: middle;
		}
		
		input[type=password] {
			
		}

		textarea {
			height: 150px;
			width: 595px;
		}
		
		select {
			
		}
		
		button, input[type=button], input[type=reset], .button {
			background: #d3d3d3;
			background: -moz-linear-gradient(-90deg, #ececec, #d3d3d3);
			background: -ms-linear-gradient(-90deg, #ececec, #d3d3d3);
			background: -o-linear-gradient(-90deg, #ececec, #d3d3d3);
			background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d3d3d3));
			background: -webkit-linear-gradient(-90deg, #ececec, #d3d3d3);
			background: linear-gradient(-90deg, #ececec, #d3d3d3);
			border-radius: 3px;
			border: 1px solid #ccc;
			color: #535353;
			font-weight: bold;
			padding: 8px 10px;
			text-shadow: 1px 1px #fff;
		}
	
		button:hover, input[type=button]:hover, .button:hover {
			background: #000099;
			background: -moz-linear-gradient(-90deg, #0000dd, #000099);
			background: -ms-linear-gradient(-90deg, #0000dd, #000099);
			background: -o-linear-gradient(-90deg, #0000dd, #000099);
			background: -webkit-gradient(linear, left top, left bottom, from(#0000dd), to(#000099));
			background: -webkit-linear-gradient(-90deg, #0000dd, #000099);
			background: linear-gradient(-90deg, #0000dd, #000099);
			border-color: #0000ff;
			color: #fff;
			text-shadow: 1px 1px #000;
		}
		
		input[type=reset], button[type=reset] {
			background: none;
			border-color: transparent;
			color: #ff0000;
		}
		
		input[type=reset]:hover, button[type=reset]:hover {
			background: #990000;
			background: -moz-linear-gradient(-90deg, #ff0000, #990000);
			background: -ms-linear-gradient(-90deg, #ff0000, #990000);
			background: -o-linear-gradient(-90deg, #ff0000, #990000);
			background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#990000));
			background: -webkit-linear-gradient(-90deg, #ff0000, #990000);
			background: linear-gradient(-90deg, #ff0000, #990000);
			border: 1px solid #ff0000;
			color: #fff;
			text-shadow: 1px 1px #000;
		}
		
		input[required=required] {
			box-shadow: none;
		}
		
		/**
		 *
		 * MDL: Formulare
		 *
		 */
		.message {
			border: 1px solid;
			clear: both;
			margin: 0;
			padding: 15px 15px 15px 60px;
		}

			.error {
				background: url("./img/icon-error.jpg") no-repeat scroll 15px center #F2E1D8;
				border-color: #D9C2BA;
		 		color: #872A06;
			}

		.element-wrap {
			margin: 0px;
			padding: 0 0 5px;
		}

		.options-label {
			display: inline-block;
			font-weight: normal;
			margin: 0 10px 0 0;
		}

		.element-wrap-land, .element-wrap-rueckruf, .element-wrap-anrede, .element-wrap-titel, .element-wrap-vorname, .element-wrap-name, .element-wrap-strasse, .element-wrap-hausnummer, .element-wrap-plz, .element-wrap-ort, .element-wrap-datum, .element-wrap-uhrzeit, .element-wrap-telefon, .element-wrap-streitwert, .element-wrap-klaeger, .element-wrap-beklagter, .element-wrap-berechnung {
			float: left;
			width: 50%;
		}

		.element-wrap-anrede {
			padding: 0 0 0px;
		}

		.element-wrap-rueckruf {
			padding: 23px 0 10px;
		}

		#klaeger, #beklagte {
			margin: 0 10px 0 0;
			width: 60px;
		}

		.element-wrap-copy {
			float: left;
			padding: 5px 0 0 ;
		}

		.submit {
			text-align: right;
			width: 100%;
		}

		#submit {
			float: right;
			margin: 0 22px 0 10px;
		}
		
		

