html {
    margin: 0;
    padding: 0;
}

body {
 	margin: auto 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	background : #e1e0e0;
	
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
}


/* = = = = = = = = = = ALLGEMEINE DEFINITIONEN S T A R T = = = = = = = = = = */
a img 		{ border: none; }

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

a:hover {
	color : #666666;
}

h1 {
	font-family: "Verdana", "Arial";
	font-weight: 700;
	color: #e5251e;
	font-size: 32px;
	margin: 10px 0 10px 0;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial";
	font-weight: bold;
	color: #e5251e;
	font-size: 20px;
	margin: 10px 0 10px 0;
}

p {
	padding: 0px;
	margin: 5px 0 20px 0;
}

ul {
	margin : 0;	
	padding : 0 0 0 12px;
}

li {
	margin: 0 0 3px 0;
	padding : 0;
}


img				{	border : none;				}
.float_left		{	float : left;				}
.float_right	{	float : right;				}
.druck			{	display : none;			}
.valign			{	vertical-align : middle;}
.clear			{	clear : both;				}
.bold				{	font-weight: bold;		}

hr {
	height : 0;
	margin: 0 0 20px 0;
	border-top : none;
	border-left : none;
	border-bottom: 1px solid #F7F0E0;
}

.slidercontent {
	position: absolute;
	left: 470px;
	top: 60px;
	width: 500px;
}

.headerwhite {
	margin: 0px 30px 0 0;
	color:#ffffff;
	font-weight:bold;
	font-size: 16px;
}
.clear_small {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.red {
	color:#E5251E;
}


/* = = = = = = = = = = = = = Bewerbungsformular S T A R T = = = = = = = = = = = = */

#landingWrapper {
   margin: 0px auto 0px auto;
   height:500px;
   width: 435px;
   padding: 0px; 
   overflow: hidden;
   background: #ffffff;
}

#landingWrapper a
{
   background-color: transparent !important;
   border: none !important;
   text-decoration: none; color: red; 
}
#landingWrapper a:hover		{ color: red; }
#landingWrapper a:active 	{ outline: none; }
#landingWrapper a:focus 	{ -moz-outline-style: none; }

#landingWrapper h1 { color: #FA0001; font-size: 15px; margin-bottom: 15px; margin-top: 0px; }



#landingWrapper table, #landingWrapper  tbody, #landingWrapper tfoot, #landingWrapper thead, #landingWrapper tr, #landingWrapper th, #landingWrapper td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    vertical-align: top;
}

/* Tables still need 'cellspacing="0"' in the markup. */
#landingWrapper table 				{ border-collapse: separate; border-spacing: 0; }
#landingWrapper caption, #landingWrapper th, #landingWrapper td	{ text-align: left; font-weight:400; }



#content { width: 430px; overflow: hidden;padding: 0px; position:relative; height: 550px; background: url('../images/landing/content-bg1px.png') repeat-y; overflow: hidden; }

input#broschuere, input#datenschutz {
    width:20px;
    margin:5px 0 0 0;
    padding: 0px;
}

table#formular {
    table-layout:fixed;
    width: 100%;

}

table#formular td {
    height:42px;
}

.bigform input {
	background: none repeat scroll 0 0 white;
	border: 1px solid #C9C9C9;
	height:18px;
	color: #666;
	width:120px;

}

.bigform input:hover {
	background: none repeat scroll 0 0 #f1f7f9;
	border: 1px solid #0b85b2;

}

.bigform .error {
	background: none repeat scroll 0 0 #ffe1e1;
	border: 1px solid #c40000;

}

label {
	display:block;
	color: #333;
	font-size: 11px !important;
}

#footnote {
	font-size:11px;color:#bbbbbb;margin:0px;padding:0px;line-height:16px;
}

.element {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.selektor{      
	border: 1px solid #C9C9C9;
	padding:1px;
}

#absendenLanding {
	background: none repeat scroll 0 0 red;
	border: 1px solid red;
	border-radius: 5px 5px 5px 5px;
	color: white;
	cursor: pointer;
	float: right;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0 0 5px 0;
	width: 160px;
}

/* = = = = = = = = = = = = = Bewerbungsformular E N D E = = = = = = = = = = = = */ 


/* = = = = = = = = = = = = = GRUNDAUFBAU S T A R T = = = = = = = = = = = = */ 
.centered {
	margin : 0 auto;
	padding : 0;
	width : 1005px;
	min-width : 1005px;
	text-align : left;
}

.verlauf {
	background: left bottom url(../images/landing/001mbe-unternehmensnachfolge/bg_content.gif) repeat-x;
}


.header {
	height: 63px;
	margin: 0px;
	padding: 10px 0 10px 0;
	background: #fff;
}

.middle {
	background: url(../images/landing/001mbe-unternehmensnachfolge/bc2.png) no-repeat;
	height: 99px;
}

/* = = = = = = = = = = = = = GRUNDAUFBAU E N D E = = = = = = = = = = = = = */

#buttonaction {
	display: block;
	background: none repeat scroll 0 0 red;
	border: 1px solid red;
	border-radius: 5px 5px 5px 5px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	height: 30px;
	margin: 20px auto 5px auto;
	padding: 5px 0 0px 0;
	width: 350px;
	height:20px;
}

.content {
	background: #f1f1f1;
	padding: 10px 0 10px 0;
	width: 983px;	
}

.landingFooter {
	background: url(../images/landing/001mbe-unternehmensnachfolge/bg_footer.png) 0 0 no-repeat;
	padding: 50px 60px 0 20px;
	margin: 0 0 0px 0;
	width: 930px;
	border-bottom: 1px solid #fff;
	color: #666666;
}


.box_out {
	background: #ffffff;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 934px;
	padding: 0px 10px 20px 20px;
	margin: 0 0 0 9px;
}


.column {
	width: 425px;
	float:left;
	margin: 0 20px 0 20px;
	border: #ff0000 0px solid;
}

.column ul {
		margin: 0 0 0 5px;
		list-style-type: square;
}


.footer_top {
		background: #f1f1f1;
		width: 983px;
}

.footer_top hr {
	height : 0;
	margin: 0 20px 20px 20px;
	border-top : none;
	border-left : none;
	border-bottom: 1px solid #d1d1d1;
}


.siegel_txt {
		float:left;
		margin: 20px 30px 0 5px;
		font-size: 11px;
		width: 170px;
}

.socialmedia {
		margin: 0 20px 0 20px;
}

.socialmediafloat {
		float :left;
		width:150px;
}


.youtube a {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #CCCCCC;
    font-size: 8pt !important;
    margin-right: 2px;
    padding: 2px;
}

.youtube a:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
.youtube {
	float: left;
    margin: 3px 0 0 4px;
}



/* STYLING FÜR DIE DATENSCHUTZBESTIMMUNGEN */

#datenschutz p {
    border: 0 none;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0 0 10px 0;
    padding: 0;
    vertical-align: top;

}

#datenschutz h1 {
    color: #FA0001;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
    width:100%;
}



#datenschutz h2 {
    color: #FA0001;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#datenschutz h4 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}