*{
  margin: 0;
  padding: 0;      
  font-size: 12px;                              
}  
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 105%;
	font-family: helvetica,sans-serif;
	text-align: center ;
	vertical-align: baseline;
}
html, body {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*=======================body=============================*/
body{
     background: url(img/background.png);
		height: 96%;
		padding-bottom: 1%;
		padding-top: 1%;
}

h1{
 
 
}

h2{
  
}

h3{

}

a{

}

.clear{
    clear: both;
}

#wrapper{  
    border: 0 dashed red;
    height: 100%;
    margin: 0 auto;
    width: 1043px;
	background: url(img/wrapper.png) no-repeat #fff;
}

#wrapper_inner {
    margin-left: 7px;
    margin-top: 0;
    width: 1024px;
    padding-top: 6px;
}

/* --- HEADER  --- */

#header{
	    
}

#header_inner{
  
}


#header_inner .logo {
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 80px;
    margin-left: 30px;
    margin-top: 1px;
    width: 160px;
}

#header_inner .logo_mit-s {
    background: url("img/mits.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    margin-left: 658px;
    margin-top: 1px;
    width: 102px;
}

#header_inner .socialslogos {
    border: 0px dashed red;
    height: 70px;
    margin-left: 253px;
    margin-top: -3px;
    padding-top: 10px;
    min-width: 378px;
  
}

#header_inner .socialslogos a .socialslogo{
  width: 37px;   
  height: 36px;
  border: 0px dashed red;
  float: left;
  margin-left: 10px;
}

#contentBox{

}


#google_box{
    border: 0px solid red;
    padding-top: 30px 
}

#inhalt .inhalt_inner{
    border-bottom: 1px solid #d2d2d2;
    width: 909px;
    margin: 0 auto;
}

#inhalt .inhalt_inner .google_box_inner{
    border-bottom: 0px solid #d2d2d2;
    height: 150px;
    width: 526px;
    margin: 0 auto;
    margin-top: 100px;
}

#inhalt input{
    border: 1px solid #d2d2d2;
    width: 485px;
    height: 25px; 
    color: #000;
    font-weight: 600;
}

#inhalt .inhalt_left{   
    float: left;
    margin-left: 20px;
}       

#inhalt .inhalt_left a .werbebanner{
    border: 0px solid red;
    width:  189px;
    height: 230px;
    float: left;
    margin: 25px;
    background: url("img/cockpit.png") no-repeat #858585;
}       

.unten {
    margin: 0 auto;
    width: 889px;
}

#inhalt .inhalt_right{
    border: 0px solid  red;
    float: right
}       

#inhalt .inhalt_right a .werbebanner {
    background: url("img/cockpit_r.png") no-repeat scroll 0 0 transparent;
    border: 0px solid red;
    height: 95px;
    margin: 30px;
    width: 325px;
}
