/* SEITENLAYOUT UND STANDARD FORMATIERUNGEN */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

.clear {
	clear: both;
}

a {
	color: #0069aa; 
}

a strong {
	border-bottom: 1px dotted #0069aa;
	text-decoration: none !important;
}

#wrapper {
	background: url(../images/bg-main.jpg) no-repeat bottom center;
	color: #0069aa;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}

.tableheight {
	height: 100%;
}

#site {
	background: url(../images/gfx-muenster.gif) no-repeat bottom left #f3f7f7;
	height: 100%;
	margin: 0px auto;
	width: 990px;
}

/* TABLE ROW "CONTENT" OBEN AUSGERICHTET */
#content {
	vertical-align: top;
}

/* HEADER */
#header {
	background: url(../images/internetagentur-ulm.jpg) no-repeat;
	height: 25px;
	padding-top: 120px;
	position: relative;
	width: 990px;
	
}
	
	#header .tagline {
		position: absolute; top: 0; left: 300px;
		width: 285px; height: 120px;
	}

#header a {
	text-decoration:none;	
}

#logo {
	float:right;
	margin: -90px 10px 0 0;
}

#logo img {
	border:none;
}

#header_leiste {
	background: url(../images/bg-header_leiste.gif) no-repeat;
	height: 26px;
	position: relative;
	width: 990px;	
}

#login {
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
}

#clik_kontakt img {
	border: none;
}

.Contact {
	position: absolute;
	display:none;
	color: #FFFFFF;
	right: 0;
	top: 25px;
	width: 230px;
	line-height: 24px;

}
	
.newsbox {
	background:#0069aa;
	line-height: 1.5em;
	padding: 9px 15px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#end_contact{
	height: 6px;

	background: url(../images/bg-contact-end.gif) no-repeat bottom ;
}

/* NAVIGATION */
#navi {
	margin-bottom: 340px;
	padding: 14px 0 0 37px;
	width: 283px;
}

/* NAVIELEMENTE HEAD, BODY, BOTTOM */
#navi_head {
	background: url(../images/bg-navi-head.gif) no-repeat;
	font-size: 0;
	height: 9px;
}

#navi_body {
	background: url(../images/bg-navi-body.gif) repeat-y;
	padding: 8px 0 18px 9px;
} 

#navi_bottom {
	background: url(../images/bg-navi-bottom.gif) no-repeat;
	height: 9px;
}

/* FORMATIERUNGEN NAVI-ELEMENTE */
.navi_headline {
	background: #0069aa;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
	text-indent: 26px;
	width: 220px;
}

	.navi_headline a {
		color: #FFFFFF;
		display: block;
		text-decoration: none;
	}

#navi_body ul {
	background: url(../images/bg-navi-ul.gif) repeat-y;
	list-style: none;
	margin: 0 0 0 12px;
	padding: 10px 0 8px 0;
	width: 208px;
}
	
#navi_body ul li a {
	background: url(../images/gfx-navi.gif) no-repeat 5px 0;
	color: #FFFFFF;
	display: block;
	height: 24px;
	line-height: 21px;
	text-decoration: none;
	text-indent: 35px;
	width: 208px;
}

#navi_body ul li a:hover {
	background: url(../images/gfx-navi-hover.gif) no-repeat 0 2px;
}
/* NAVIGATION END */

/* MAIN CONTENT */
#main {
	float: right;
	margin-bottom: 60px;
	padding-top: 21px;
	width: 660px;
}

/* Breadcrumbs */
#breadcrumb {
	line-height: normal !important;
	margin: 0 0 36px 0 !important;
	padding: 0 !important; 
}

	#breadcrumb li {
		float: left;
		list-style: none;
		padding-right: 7px;
	}

		#breadcrumb li a {
			margin-right: 4px; 
		}

#content-frame {
	background: #fff;
	border: 1px solid #0069AA;
	clear: both;
	margin-bottom: 20px;
	padding: 20px 0 0 26px;
	width: 582px;
}

.content-single {
    float: left;
	height: auto;
	margin: 0 0 8px 0;
	width: 556px;
}

.content-double {
    float: left;
	height: auto;
	margin: 0 20px 8px 0;
	width: 268px;
}

.content-highlight {
	background: #ebeef7;
	border: 1px solid #0069AA;
	clear: both;
	height: auto;
	margin: 0 0 20px 0;
	padding: 12px 20px 0;
}

.content-map {
	background: #ebeef7;
	border: 1px solid #0069AA;
	clear: both;
	width: 554px; height: 400px;	
	margin: 0 0 20px 0;
}

.content-bannerrotator {
    float: left;
	height: auto;
	margin: 0 0 8px 0;
	width: 556px;
}

#content-frame h1, #content-frame h2, #content-frame h3 {
	line-height: 1.3em;
	margin-bottom: 12px;
}

#content-frame h1 {
	font-size: 26px;
	font-weight: normal;
}

#content-frame h2 {
	color: #ce1a15;
	font-size: 16px;
}

#content-frame h3 {
	font-size: 14px;
	margin-bottom: 3px;
}

#content-frame .red {
	color: #ce1a15;
}

#content-frame .grey {
	color: #999;
}

#content-frame p {
	line-height: 1.5em;
	padding-bottom: 18px;
}

#content-frame img {
	border: 1px solid #0069aa;
}

#content-frame .img-left, #content-frame .img-right {
	margin: 6px 0 12px;
}

#content-frame .img-left {
	float: left;
	margin-right: 20px;
}

#content-frame .img-right {
	float: right;
	margin-left: 20px;
}

.img-subtitle {
	font-size: 10px;
}

#content-frame ul, #content-frame ol {
	margin-left: 30px;
	padding-bottom: 20px;
	line-height: 1.7em;
}

/* EMOTIONEN - FLASH, BILD ETC */
.emotion {
	border: 1px solid #0069aa;
	height: auto;
	font-size: 0;
	width: 590px;
}

/* TABLE ROW "FOOTER" UNTEN AUSGERICHTET, INKL. ALLER FORMATIERUNGEN */
#footer {
	height: 68px;
	vertical-align: bottom;
}

#footer_content {
	background: url(../images/bg-footer.gif) no-repeat top left #0069aa;
	float: right;
	height: 68px;
	position: relative;
	width: 660px;
}

#footer_content table {
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0 31px; 
	padding: 0;
	vertical-align: top;
}

#footer_content table td {
	padding-right: 32px;
}

#footer_content table a {
	color: #FFF;
	text-decoration: none;
}

#footer_content table a:hover {
	text-decoration: underline;
}

/* ULMER M�NSTER - STARK IN ULM CONTAINER */
#ulmer_muenster {
	bottom: 0;
	font-size: 11px;
	height: 396px;
	left: -330px;
	position: absolute;
	width: 330px;
}

/* TEXT - IN ULM, UM ULM */
#deitron_ulm {
	float: right;
	padding-top: 76px;
	width: 141px;
}

#deitron_ulm a {
	font-weight: bold;
	text-decoration: none;
}

#deitron_ulm p {
	margin-top: 4px;
}

/* M�NSTER DETAILANGABEN */
#muenster_detail {
	margin: 52px 0 0 37px;
}

/* "STARK IN ULM" BUTTON */
#stark_ulm {
	border: none;
	margin: 21px 0 0 9px;
}