
html, body, 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, 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 {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0 none;
    padding: 0;
    margin:0px;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}


body{
	margin: 10px;
	padding:0px;
	font-family: Arial, Verdana;
	font-size: 16px;	
	color: #50504f;
	background-color: #FFFFFF;
	font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

#wrapper {
	max-width: 1050px;
	height: 100%;
	margin: 0 auto;
}
#container{
	
	float:left;
	width:	100%;
	margin: 0px;
	padding:0px;
}
#top{
	float:left;
	width:100%;
	margin: 0px;
	padding:0px;
	
}
#logo{
	float:left;
	margin: 0px;
	padding:0px;
	
}
#topNav{
	float:right;	
	margin: 0px;
	padding:0px;
	position:relative;
}
#topNav div.moduletable{
	margin-top: 100px;
}
#mainNav{
	clear:both;
	margin: 0px;
	padding:0px;
	width:	100%;
	margin-bottom: 5px;
}
#left{
	float:left;
	width:260px;
	margin-bottom:15px;
	display:block;
}
#left div.moduletable{
	float:left;
	width:100%;
	margin-bottom:15px;
	display:block;
}
#middle{
	float:left;
	display:block;
	max-width:780px;
	margin-bottom:15px;
	margin-top:5px;
	
}
#content{
	float:left;
	display:block;
	margin-bottom:25px;
	max-width:520px;
	margin-top: 20px;
	min-height: 479px;
	
}
#content div.item-page, #content div.blog, #content div.moduletable, #content div.gbs3 {
		clear:left;
}
moduletable
#right{
	max-width:270px;
	float:left;
	margin-top:0px;
	margin-bottom:15px;
}
.moduletable_timaxteam, .moduletable_bewerben{
	float:left;
	margin-left: 10px;
	width:	258px;
	border: 1px solid #747473;
	margin-top: 5px;
}
.moduletable_timaxteam h3, .moduletable_bewerben h3{
	width:	238px;
	background-color: #a5003b;
	padding:5px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left:15px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 15px;
	padding-left:15px;
}
.moduletable_bewerben{
	
	min-height:255px;
}
.custom_bewerben{
	padding:5px;
	font-size:13px;
	padding-left:15px;
}

#banner img{
    height: auto;
    width: 100%;
    border: 1px solid #747473;
}
#footer{
	float:								left;
	display:							block;
	width: 								100%;
	min-height: 					78px;
	background-image: 		URL(../images/verlaufFooter.png);
	background-repeat:		repeat-x;
	background-color: 		#a5003b;
}


.moduletable_service h3{
	width:	236px;
	background-color: #a5003b;
	padding:5px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 15px;
	padding-left:15px;
}
.moduletable_service{
	float:left;
	margin-left: 2px;
	width:	256px;
	border: 1px solid #747473;
	margin-top: 5px;
	min-height:140px;
}
.custom_service{
	padding:5px;
	font-size: 14px;
	padding-left:15px;
}
.custom_service a, .custom_service a:hover{ 
	color: #50504f;
}
div.contentBottom{
	clear:left;	
	float:left;
}

.system-message-container{
	float:left;
	margin: 25px;
		
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
    #menuebar {
	display: block;
    }
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
    #menuebar {
	display: block;
    }
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
    #menuebar {
	display: none;
    }
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
    #menuebar {
	display: none;
    }
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
    #menuebar {
	display: none;
    }
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
    #menuebar {
	display: none;
    }
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
    #menuebar {
	display: none;
    }
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
    #menuebar {
	display: none;
    }
}