
* {
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
}

body {
	background-color:#001155;
	font-size:14px;
	color:#001155;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	/*nur im Banner verwendet*/
	font-size:120%;
}

img {
	border:0;
}

/*
.bodyframe {
	text-align:center;
	border:0;
	padding-right:100px;
}
*/
.bannerimg {
	/*background:url(../images/umzugsexperte_gespraech_woerle_banner.jpg) repeat-x;*/
	/*background:url(../images/banner_teetrinken.jpg) no-repeat;*/
	margin-top:10px;
	background-color:white
}

.banner {
	padding-top:15px;
	padding-left:15px;
	height:100px;
	line-height:130%; /*Einstellung für vergrößerten Zeilenabstand*/
	font-weight:bold;
	font-size:20px;
	color:#001155;
}

.banner .wrapper {
}

.startseite {
	color:white;
	text-align:center;
	border:0;
}
.startseite  img{
	border:0;
	padding:10px;
}

.rightColumn {
	width:750px;
	padding-left:300px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:30px;
}

#logo {
	/*line-height:150%;*/ /*Einstellung für vergrößerten Zeilenabstand*/
	font-weight:bold;
	color:#001155;
	float:right;
	padding-right:45px;
	padding-top:10px;
}

#rechts {

}

.leftColumn {
	position:absolute;
	width:220px;
	padding-left:70px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:30px;
}

.leftMenuBox {
	background-color:white;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#links {
	padding:10px;
}

#callback {
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}


#navigationtop {
	/* background-color:white; */
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	background-color:#001155;
}

#navigationsub, .ro , .lo, .ru, .lu {
	margin:0px;
	padding:0px;
	border:none;
	min-height:30px;
}

#navigationtop a, #navigationsub a {
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}

#navigationtop a {
	padding:10px;
	color:white;
}
#navigationtop a:hover {
	color:#001155;
	background-color:white;
}
#navigationtop a:active {
	color:#001155;
	background-color:white;
}

#navigationsub a {
	line-height:150%; /*Einstellung für vergrößerten Zeilenabstand*/
	text-decoration:none;
	padding:2px;
	font-weight:bold;
	color:#001155;
}
#navigationsub a:hover {
	color:white;
	background-color:#001155;
}
#navigationsub a:active {
	color:white;
	background-color:#001155;
}


#flags {
	float:right;
	padding-top:7px;
	padding-right:15px;
}

#flags img {
	border:0;
	padding-left:5px;
}

#main {
	float:none;
	/*padding-top:15px;*/
	background-color:white;
	min-height:150px;
	text-align:justify; /*text-align:justify; für den Blocksatz im Textbereich*/
	line-height:150%; /*Einstellung für vergrößerten Zeilenabstand*/
}
#main a {
	text-decoration:none;
	font-weight:bold;
	color:#001155;
}

#main img {
	float:left;
	width:300px;
	/*max-width:300px;
	max-height:380px;*/
	padding:5px;
}

#main table td {
	vertical-align:top;
}

#main li {
	list-style-type:disc; /* setzt schwarzen gefüllten Punkt als Aufzählungszeichen */
	margin-left:15px; /* rückt Listen nach rechts ein, da sonst Überlagerung von Bildern */
}

.center {
	text-align:center;
}


.wrapper {
	padding:30px; /* Textabstand zum Rand im Contentbereich*/
}


.lo {
	background:url(../images/lo.png) top left no-repeat;
}
.ro {
	background:url(../images/ro.png) top right no-repeat;
}
.lu {
	background:url(../images/lu.png) bottom left no-repeat;
}
.ru {
	background:url(../images/ru.png) bottom right no-repeat;
}

.lodark {
	background:url(../images/lo_dark.png) top left no-repeat;
}
.rodark {
	background:url(../images/ro_dark.png) top right no-repeat;
}

.space {
	height:20px;
}


.lowhite .rowhite .luwhite .rowhite {
	border:0;
	float:left;
	position:absolute;
	
}

.lowhite {
	background:url(../images/icons/lo_white.png) top left no-repeat;
	z-index:2;
	left:0px; top:0px; width:100.01%; height:100.01%;
}
.rowhite {
	background:url(../images/icons/ro_white.png) top right no-repeat;
	z-index:3;
	right:0px; top:0px; width:100.01%; height:100.01%;
}
.luwhite {
	background:url(../images/icons/lu_white.png) bottom left no-repeat;
	z-index:4;
	left:0px; bottom:0px; width:100.01%; height:100.01%;
}
.ruwhite {
	background:url(../images/icons/ru_white.png) bottom right no-repeat;
	z-index:5;
	right:0px; bottom:0px; width:100.01%; height:100.01%;
}


/********************************************************************************************** Kontakt Seite */

.nofilter table 
{
	border-collapse:collapse;
	min-width:600px;
}

.nofilter label
{
	font-weight:bold;
}

.nofilter .nobold label
{
	font-weight:normal;
}

.nofilter table td
{
	vertical-align:top;
	text-align:left;
	padding:2px;
}