/* BODY / MISC */

html, body {
	margin: 0; padding: 0; height: 100%; min-width: 970px;
	background: #565b61;
}

img {
	border: 0;
}


form {
	margin: 0; padding: 0;
}

/* DIV ID's */

#main {
	width: 930px;
	position: relative; top: 45px; left: 50%; margin-left: -475px;
	overflow: auto;
	background: #ffffff;
	border: 10px solid #464b51;
	background: url(../images/main/main_bg.gif) repeat-y;
}

#top {
	width: 100%; height: 145px;
	background: #ffffff;
	border: 0px solid red;
}

#top_logo {
	width: 360px; height: 120px;
}



#top_uppermenu {
	width: 605px; height: 25px;
	position: absolute; top: 20px; left: 300px;
	text-align: right;
	border: 0px solid yellow;
}

#top_uppermenu a {
	font-family: sans-serif; font-size: 11px; font-weight: bold; color: #8a8a8a; text-decoration: none;
	margin: 0 0 0 15px;
}

#top_uppermenu a:hover {
	font-family: sans-serif; font-size: 11px; font-weight: bold; color: #464b51; text-decoration: none;
	margin: 0 0 0 15px;
}


#top_menu {
	width: 910px; height: 25px;
	position: absolute; top: 110px;
	text-align: right;
}

#top_menu a {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #464b51; text-decoration: none;
	margin: 0 0 0 12px;
}

#top_menu a:hover {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #336699; text-decoration: none;
	margin: 0 0 0 12px;
}


#top_menu a.rot:hover { color: #cc0000; }
#top_menu a.orange:hover { color: #cc6400; }
#top_menu a.gelb:hover { color: #ccc500; }
#top_menu a.gruen:hover { color: #43cc00; }
#top_menu a.cyan:hover { color: #00c0cc; }
#top_menu a.blau:hover { color: #0013cc; }
#top_menu a.lila:hover { color: #8600cc; }
#top_menu a.highlight { color: #cc0000; }
#top_menu a.highlight:hover { color: #336699; }

#submenu_folien, #submenu_folierung, #submenu_partner {
	width: 770px; height: 25px;
	position: absolute; top: 107px; left: 135px;
	text-align: right;
	visibility: hidden;
	border-top: 1px dotted #273175;
}


#submenu_folien a {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #a0a0a0; text-decoration: none;
	margin: 0 0 0 15px;
}

#submenu_folien a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #469933; text-decoration: none;
	margin: 0 0 0 15px;
}

#submenu_folierung a {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #a0a0a0; text-decoration: none;
	margin: 0 0 0 15px;
}

#submenu_folierung a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #ffde00; text-decoration: none;
	margin: 0 0 0 15px;
}

#submenu_partner a {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #a0a0a0; text-decoration: none;
	margin: 0 0 0 15px;
}

#submenu_partner a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #993352; text-decoration: none;
	margin: 0 0 0 15px;
}



#timage {
	width: 930px; height: 250px;
}

#paginate-timage {
	visibility: hidden;
}

#timage .sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#timage .sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	width: 930px;
	height: 250px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}



#content {
	width: 600px;
	padding: 10px 40px 40px 40px;
	float: left;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #464b51; line-height: 19px; text-decoration: none;
}

#content h1 {
	font-family: sans-serif; font-size: 20px; font-weight: bold; color: #b8b8b8; text-decoration: none;
	padding: 0; margin: 0 0 10px 10px;
}

#content h2 {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #273175; text-decoration: none;
	padding: 0; margin: 0 0 15px 0;
}


#content a {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #336699; text-decoration: underline;
}

#content a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: underline;
}

#content a.arrow_r {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #097054; text-decoration: none;
	background: url(../images/main/arrow_r.gif) right no-repeat;
	padding: 0 17px 0 0; border-bottom: 1px dotted #ffde00;
}

#content a.arrow_r:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
	background: url(../images/main/arrow_r_hover.gif) right no-repeat;
	padding: 0 17px 0 0; border-bottom: 1px dotted #ffde00;
}

#content img.email {
	padding: 0; border: 0;
}

#content img.rahmen {
	padding: 1px;
	border: 1px solid #dddddd;
}

#content img.left {
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
	border: 1px solid #dddddd;
}

#content img.right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 1px;
	border: 1px solid #dddddd;
}

#content .top {
	width: 600px;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #d4d4d4;
    text-align: right;
}

#content .top a {
	font-family: sans-serif; font-size: 10px; font-weight: normal; color: #898989; text-decoration: none;
}

#content .top a:hover {
	font-family: sans-serif; font-size: 10px; font-weight: normal; color: #336699; text-decoration: none;
}


#frame {
	width: 210px; min-height: 100px;
	padding: 10px 20px 0 20px; margin: 0 0 40px 0;
	float: right;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 18px; text-decoration: none;
}

#frame a {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 18px; text-decoration: underline;
}

#frame a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #dadada; line-height: 18px; text-decoration: underline;
}

#footer {
	width: 950px; height: 25px;
	position: relative; left: 50%; margin-left: -475px; top: 45px;
	text-align: right;
	border: 0px solid red;
}

#footer a {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #8a8a8a; text-decoration: none;
	margin: 0 10px 0 0;
}

#footer a:hover {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #dadada; text-decoration: none;
	margin: 0 10px 0 0;
}

#karte {
	width: 600px; height: 425px;
	background: url(../images/main/karte.gif) no-repeat;
	border: 0px solid red;
}

#karte a.punkt {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
	position: absolute;
	background: url(../images/main/karte_punkt.png) no-repeat 0px 4px;
	padding: 0 0 0 15px;
	cursor: pointer;
}

#karte a.punkt:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
	position: absolute;
	background: url(../images/main/karte_punkt_h.png) no-repeat 0px 4px;
	padding: 0 0 0 15px;
	cursor: pointer;
}

#karte a.nopunkt {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
	position: absolute;
	background: none;
	padding: 0;
	cursor: pointer;
}

#karte a.nopunkt:hover {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
	position: absolute;
	background: none;
	padding: 0;
	cursor: pointer;
}


#ort_wismar, #ort_hamburg, #ort_langenhagen, #ort_lage, #ort_krefeld, #ort_remscheid, #ort_troisdorf, #ort_frankfurt, #ort_kronach, #ort_eislingen, #ort_tschechien {
	width: 216px;
	position: absolute; margin: 5px 0 0 370px;
	padding: 10px;
	border: 1px solid #dedede;
	border-left: 3px solid #336699;
	visibility: hidden;
}

#ort_wismar h1, #ort_hamburg h1, #ort_langenhagen h1, #ort_lage h1, #ort_krefeld h1, #ort_remscheid h1, #ort_troisdorf h1, #ort_frankfurt h1, #ort_kronach h1, #ort_eislingen h1, #ort_tschechien h1 {
	font-family: sans-serif; font-size: 20px; font-weight: bold; color: #b8b8b8; text-decoration: none;
	text-align: right;
	padding: 0; margin: 0 0 10px 0;
}

#ort_wismar h2, #ort_hamburg h2, #ort_langenhagen h2, #ort_lage h2, #ort_krefeld h2, #ort_remscheid h2, #ort_troisdorf h2, #ort_frankfurt h2, #ort_kronach h2, #ort_eislingen h2, #ort_tschechien h2 {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #273175; text-decoration: none;
	padding: 0; margin: 0 0 10px 0;
}










