/*********************************************************************/
/* CnC NetTechnologies GbR                                           */
/* 2006/08/01, Christian Behringer                                         */
/*                                                                   */
/* Stylesheet fuer simea.de                                     */
/* Media: Screen, Projection                                         */
/*                                                                   */
/*********************************************************************/
html, body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	color: #B06666; 
	background-color: #FFFFFF;
}

h1 {
	/* position: absolute; */
	/* bottom: 5px; */
	/* left: 170px; */
	/* margin: 5px; */
	font-size: 1.4em;
	font-weight: normal;
	/* text-transform: uppercase; */
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	/* text-transform: uppercase; */
}

h3 {
	font-size: 0.9em;
}

a,
a:link,
a:visited,
a:active,
a:focus {
	text-decoration: underline;
	color: #773600;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #773600;
	border: none;
	}

img {
	border: none;
}

input,
textarea {
	border: 1px solid #FFFFFF;
	background-color: white;
}

input:focus,
input:hover,
textarea:focus {
	background-color: #ceb8a3;
}

label {
	cursor: pointer;
}
	
#container {
	width: 955px;
	margin: 0 auto;
	background-color: #d2b48c; 
	border: 1px solid #CC9999;
}

#header {
	position: relative;
	height: 20px;
	color: #FFFFFF;
        background-image:url(../images/bg_hell.jpg); 
        background-repeat:repeat; 
}

#lang {
	text-align: right;
	padding: 5px 10px;
	font-size: 0.75em;
}
#lang .selected {
	font-weight: bold;
}

#lang a:link {text-decoration: none;}
#lang a:visited {text-decoration: none;}
#lang a:focus {text-decoration: none;}
#lang a:hover {text-decoration: none;}
#lang a:active {text-decoration: none;}


#banner {
	height: 139px;
	background-image: url(../upload/banner/Banner_mit_Schrift1.jpg);
	background-repeat: no-repeat;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

#left {
	float: left;
	width: 134px; /* coresponding to margin-left of #main */
	background-color: #bb9977;
	/* background-color: #FF9494; */
	font-size: 0.75em;
	font-family: sans-serif;
}

#left img {
	border-top: 1px solid #773600;
	border-bottom: 1px solid #773600;
}

#menu {
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 35px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
#menu li {
	display: inline;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#menu ul a {
	padding-left: 10px;
	color: #B06666;
	background-color: #d2b48c;
}

#menu ul ul a {
        padding-left: 20px;
	color: #B06666;
	background-color: #d2b48c;
}
			

#menu a:hover {
	background-image:url(../images/bg_hell.jpg);
	background-repeat:repeat;
	color: #B06666;
}

#menu .selected {
	/* background-color: #773600; */
	background-image:url(../images/bg_hell.jpg);
	background-repeat:repeat;
	border-color: #ffffff;
	color: #B06666;
}

#minilinks {
	margin-top: -3px;
	padding: 2px 6px;
	text-align: right;
	font-size: 0.7em;
	color: #FFFFFF;
}

#minilinks a,
#minilinks a:link,
#minilinks a:active,
#minilinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#minilinks a:hover {
	text-decoration: underline;
}

#main {
	margin: 0 0 0 134px; /* coresponding to width of #left */
	border-left: 4px solid #FFFFFF;
}

#content {
	min-height: 500px;
	margin: 0px 143px 0 0; /* coresponding to width of #news */
	padding: 1px 30px 30px 30px;
        background-image:url(../images/bg_hell.jpg); 
        background-repeat:repeat; 
	border-right: 4px solid #FFFFFF;
}

/* Aenderung vom 18.10.2006 CB */ 
#content table {

	float:none;
}

#newspic {
        position: relative;
        top:-60px;
        left:-10px;
}

#news {
	float: right;
	margin: 0;
	width: 143px; /* coresponding to margin-left of #content */
	color: #4f4136;
	background-color: #d2b48c;
	border-top: 0;
}

#news h2 {
	padding: 2px 12px;
	color: #ffffff;
	background-color: #CC9999;
}

#news h3 {
	margin: 5px 12px;
	color: #B06666; 
}

#news p {
	font-size: 0.68em;
	margin: 6px 12px;
	color: #B06666;
}

#news a {
	font-size: 0.67em;
	margin-left: 90px;
	margin-top: -10px;
	color: #B06666;
}

#newstext {
        position: relative;
        top: 10px;
        left: -5px;
	/* margin: 0 5px 0 10px; */
}

#newstext p {
	font-size: 0.68em;
	margin: 6px 12px 0px 12px;
}

#werbung {
        margin: 20px 12px;
}

.fontsize10 {
	font-size: 10pt;
}

.fontsize12 {
	font-size: 12pt;
}

.fontsize14 {
	font-size: 14pt;
}

.mandatory {
	font-size: 5px;
	color:red;
}

.error {
	margin: 10px 0 20px 0;
	padding: 5px;
	border: 1px solid;
	color: red;
}


/* Lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
}

#closeButton{ top: 5px; right: 5px; }


#overlay{ background-image: url(/web/cms/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/web/cms/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/web/cms/overlay.png", sizingMethod="scale");
	}

/* vp Guestbook */
.vpgb_entry {
	margin: 10px 0 30px 0;
}
	
.vpgb_head {
	padding: 2px 5px 2px 5px;
	font-size: 90%;
	border: 1px solid;
	background-color: #ffcccc;
}

.vpgb_headright {
	float: right;
	text-align: right;
}

.vpgb_text {
	padding: 5px;
	font-size: 90%;
	border: 1px solid;
	border-top: none;
}

.vpgb_comment {
	margin-left: 10px;
	padding: 5px;
	border: 1px solid;
	border-top: none;
	font-size: 85%;
}

.vpgbFormLeft {
	float: left;
	text-align: right;
	width: 120px;
	margin-right: 10px;
}

.vpgbFormRight {
	display: block;
	margin-left: 130px;
	}
