/* BASICS */
body { background-color:#000; color:#3f3f3f; }
a { color:#d80101; }
a:hover { color:#d80101; }
h1 { color:#000; font-weight:bold; }
h2 { color:#d80000; }

/* LAYOUT */
#global-wrapper {
	background:url(/_layouts/images/utypia/skin1/layout/skin1_3/global_bg.gif) repeat-y #000;
}
#main-wrapper {
	background:url(/_layouts/images/utypia/skin1/layout/skin1_3/main_bg.gif) no-repeat #fff;
}
.sidebar {
	background-color:#fff;
	background:url(/_layouts/images/utypia/skin1/layout/skin1_3/sidebar_bottom.gif) left bottom no-repeat #fff;
}
.content-wrapper .sidebar {
	border:1px solid #d9d8d8;
	background:none;
}

/* HEADER */
#head {
	background:url(/_layouts/images/utypia/skin1/layout/skin1_3/head_bg.gif) no-repeat;
	color:#343434;
}
#head a{
	color:#343434;
}

#language li, #tools li {
	border-left:1px solid #343434;
}

/* FOOTER */
#footer-wrapper {
	background:url(/_layouts/images/utypia/skin1/layout/skin1_3/wrapper_bottom.gif) left bottom no-repeat;
}
#footer {
	background-color:#d80000;
	color:#fff;
}
#footer a{
	color:#fff;
}


/* SIDEBAR */
.adress {
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
}
.adress ul li.anfahrtsplan {
	background:url(/_layouts/images/utypia/skin1/sidebar/skin1_3/anfahrt.gif) left no-repeat;
	padding-left:20px; 
}


/* SIDEBAR NAVIGATION */
#nav-sub li {
	border-top:1px solid #cccccc;
}
#nav-sub li a{
	background:url(/_layouts/images/utypia/skin1/sidebar/skin1_3/nav_li.gif) right top no-repeat;
	color:#d80101;
}
#nav-sub li.active a{
	color:#000;
	background:url(/_layouts/images/utypia/skin1/sidebar/skin1_3/nav_li_active.gif) right top no-repeat;
}
/* 20090109 FesGe: Adaption current nav node */
#nav-sub li span.currnavnode{
	color:#000;
	padding-left:5px;
}
/* 20090109 FesGe end */
#nav-sub li a:hover{
	color:#000;
}



#content-sub h3 {
	background-color:#d80000;
	color:#fff;
}



/* CONTENT */
.presentation .top {
	background:url(/_layouts/images/utypia/skin1/content/skin1_3/presentation_top.gif) left top no-repeat;
}
.presentation .center {
	background-color:#000;
	color:#fff;
}

.presentation h1 {
	color:#fff;
}
.presentation .bottom {
	background:url(/_layouts/images/utypia/skin1/content/skin1_3/presentation_bottom.gif) left bottom no-repeat;
}

.product-description h2 {
	color:#000;
	margin-bottom:0px;
}

.content div h3 {
	color:#d80000;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	text-transform:uppercase;
}



/* FORMS */
form.basic { margin-top:1.5em; margin-bottom:1.5em; }
legend { color:#d80000; }
.inputtext { width:200px;}

.fyi {
	border-top:1px solid #cdcdcd;
}

/*
em {
	color:#bf0000;
}
*/

input.send-button {
	background-image: url(/_layouts/images/utypia/skin1/content/skin1_3/send_button.gif); 
	margin-left:255px; 
	margin-top:10px; 
	width:117px; 
	height:22px; 
}


/* 20090104 FesGe: custom Styles for layouting */

P.utypiaCustom-PictureFloatRight
{
    float:right;
}
P.utypiaCustom-PictureFloatRight img
{
    margin-top:0px;
    margin-left:5px;
}
P.utypiaCustom-PictureFloatLeft
{
    float:left;
}
P.utypiaCustom-PictureFloatLeft img
{
    margin-top:0px;
    margin-right:10px;
}
P.utypiaCustom-Header
{
	font-size:1.2em;
	font-weight:700;
	color:#d80000;
	margin-bottom:0px;
}


.utypiaCustom-Header1
{
}

.utypiaCustom-Header2
{
	color:#d80000;
}

.utypiaCustom-Header3
{
	color:#000000;
}

/* 20090104 FesGe end */


