/*<group=basis>*/
body {
	background: #7f7f7f;
	margin: 0px;
	padding: 0px;
}

div#layout {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background: url(cssimages/layoutBG.gif) repeat-y center;
}

div.header {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	background: url(cssimages/logo.gif) no-repeat center top;
	height: 220px;
	padding: 0px;
	margin-top: 0px;
}

div.header span {
	display: none;
}

div.page {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}

div.content {
	width: 564px;
	border-left: 1px solid white;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.SideBar {
	background: black;
	border-right: 1px solid white;
	width: 228px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
}

div.footer {
	clear: both;
	background: black;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 2px solid white;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	font: 10px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	color: black;
}

div.footer a {
	font: 10px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	color: white;
}

div.footer p {
	font: 10px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	color: white;
}

div.footer a:hover {
	color: #DD6900;
}

a img {
	text-decoration: none;
	border-style: none;
}

img {
    border-style: none;
	border-width: 0px;
	}
	
p img {
    padding-right:5px;
    padding-left:5px;
    }
/*</group>*/

/*<group=inhalt>*/
img {
    border: 0;
}

.fett {
	font-weight: bold;
}

.farbig {
	color: #548904;
}

.durchgestrichen {
	text-decoration: line-through;
}

.farbigdurchgestrichen {
	text-decoration: line-through;
	color: #548904;
}

.kursiv {
	font-style: italic;
}

img.rechts {
	float: right;
}

img.links {
	float: left;
}

div.NavBar {
	width: 568px;
	border-bottom: inherit;
	height: 35px;
	color: white;
	background-color: black;
}

div.NavBar h2, div.NavBar p {
	color: white;
	background: no-repeat;
	margin-top: 0px;
	padding-left: 12px;
	text-align: left;
	text-transform: capitalize;
	font: 14px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	padding-top: 6px;
}

div.NavBar h2 a, div.NavBar p a {
	text-decoration: none;
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.Navbar p {
	color: white;
}

div.NavBar h2 a:hover, div.NavBar p a:hover {
	color: #DD6900;
}

div.splashbox {
	width: 541px;
	border-bottom: 1px dotted white;
	padding-bottom: 9px;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: #b1b1b1 dotted 1px;
	border-right: 3px solid white;
	float:left;
	font: 16px, "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
}

div.splashbox img {
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 16px, "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	vertical-align: middle;
}

div.doublebox {
	width: 541px;
	background: #E8E8E8 url(CSSImages/doubleboxBack.gif) no-repeat center bottom;
	border-right: 3px solid white;
	border-bottom: 1px solid white;
	float: left;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
}


div.singlebox {
	width: 506px;
	background: #E8E8E8 none  center bottom;
	border-right: 3px solid white;
	border-bottom: 1px solid white;
	float: left;
	padding: 27px 25px 25px 30px;
}


div.singlebox ol {
	margin-top: 4px;
	padding: 0px 10px 3px 30px;
	font: 14px, "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
}


div.doublebox ol {
	margin-top: 4px;
	padding: 0px 10px 3px 30px;
	font: 14px, "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
}

div.singleboxleft {
	background: no-repeat right top url(CSSImages/SingleBoxLeft.png);
	width: 235px;
	border-right: 1px solid white;
	float: left;
	padding: 27px 15px 21px 20px;
}









div.singleboxright {
	background: left top url(CSSImages/SingleBoxRight.png) no-repeat;
	width: 235px;
	float: right;
	padding: 27px 15px 21px 20px;
}


h2, h1 {
	color: black;
	font: bold 12px/14px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 1ex;
	margin-top: 10px;
}

h3 {
	color: black;
	font: bold 16px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 17px;
	text-align: center;
	margin-top: 10px;
}

h4 {
	color: black;
	font: bold 12px/14px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 1ex;
	margin-top: 8px;
}

p, ul, ol {
	color: black;
	margin-top: 0px;
	margin-bottom: 1ex;
	font: 14px, "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
}

div.content em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

div.content a {
	color: #656565;
}

div.content a:hover {
	color: #DD6900;
}

div.buttons {
	text-align: center;
}


/*</group>*/

/*<group=seitenleiste>*/


div.Menu {
	width: 227px;
	background: repeat-x black;
	vertical-align: middle;
	color: #d02300;
	text-align: center;
	font: bold 12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	padding-top: 8px;
	height: 21px;
	border-left: 1px solid white;
}

div.Menu p {
text-align: center;
	font: bold 12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	vertical-align: middle;
	color: #d02300;
}

div.MenuBox {
	width: 214px;
	text-align: left;
    border: 1px solid #cbcbcb;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background: #fcfbf1;
}

span.Beschreibung {
	
	/*font: 10px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif; */
	font: 10px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	color: #555555;
	padding-left: 1px;
    }

div.MenuBox a {
    font: 22px/24px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	text-align: left;
	color: #555555;
	margin-bottom: 10px;
	text-decoration: none;
}

div.MenuBox a:hover {
	color: #DD6900;
}


div.SideBar {
	background: black;
	border-right: 1px solid white;
	width: 228px;
	height: 100%;
	overflow: hidden;
}

div.SideBarBox {
	background: black;
	width: 204px;
	text-align: left;
     border: 1px solid;
	margin-bottom: 4px;
	margin-top: 0px;
}

div.SideBarBox h3, div.SideBarBox h2 {
	color: white;
	font: bold 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 4px;
	margin-top: 0px;
}

div.SideBarBox h4 {
	color: white;
	font: bold 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 4px;
	margin-top: 16px;
}

div.SideBarBox p {
	color: white;
	font: normal 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}

div.SideBarBox ul {
	color: white;
	font: normal 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	list-style: none outside;
}

div.SideBarBox p, a {
	color: white;
	text-decoration: none;
}

div.SideBarBox a:hover {
	color: #DD6900;
}

div.SideBarBox a:active {
	text-decoration: underline;
	color: #939393;
}

div.SideBarBox hr {
	font-style: normal;
	width: 50px;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 7px;
	background: url(http://www.blue-tec.com/_NewSite/CSSImages/sideboxHR.png) no-repeat center;
	border-width: 0px;
}

div.SideBarBox2 {
	border-top: 1px solid white;
	width: 188px;
	padding: 20px;
}

div.SideBarBox2 h3 {
	color: white;
	font: bold 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
}

div.SideBarBox2 p {
	color: white;
	font: normal 10px/12px "Book Antiqua", "Bookman Old Style", Tahoma, sans-serif;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

div.singleboximpressumleft {
	width: 195px;
	border-right: 1px solid white;
	float: left;
	padding: 27px 25px 21px 30px;
}

div.singleboximpressumright {
	width: 200px;
	float: right;
	padding: 27px 25px 21px 30px;
}

div.center{
text-align:center;
}

.links{
float:left;
}

.rechts{
float:right;
}
/*</group>*/


/*Absatz- und Zeichenstile*/
.zitat
{
color:#0068A3;
font-style:italic;
}
.Zitat
{
color:#0068A3;
font-style:italic;
}
.zitatabsatz
{
color:#0068A3;
font-style:italic;
width:90%;
margin-left:3em;
}
.Zitatabsatz
{
color:#0068A3;
font-style:italic;
width:90%;
margin-left:3em;
}
.quelle
{
padding-left: 0.3em;
font-size:90%;
color:#282728;
font-style:normal;
}
.Quelle
{
padding-left: 0.3em;
font-size:90%;
color:#282728;
font-style:normal;
}
.zitatklein
{
color:#0068A3;
font-size:92%;
font-style:italic;
}
.Zitatklein
{
color:#0068A3;
font-size:92%;
font-style:italic;
}
.meinung
{
font-size:86%;
color:#484649;
width:84%;
background-color:#EFFFEA;
line-height:1.3em;
border-width:1px;
border-style:solid;
border-color:#919191;
padding:0.5em;
margin-left:8%
}
.Meinung
{
font-size:86%;
color:#484649;
width:84%;
background-color:#EFFFEA;
line-height:1.3em;
border-width:1px;
border-style:solid;
border-color:#919191;
padding:0.5em;
margin-left:8%
}
.hinweis
{
font-size:86%;
color:#413F42;
width:84%;
background-color:#FFFFEA;
line-height:1.3em;
border-width:1px;
border-style:solid;
border-color:#919191;
padding:0.5em;
margin-left:8%
}
.Hinweis
{
font-size:86%;
color:#413F42;
width:84%;
background-color:#FFFFEA;
line-height:1.3em;
border-width:1px;
border-style:solid;
border-color:#919191;
padding:0.5em;
margin-left:8%
}
.unfertig
{
color:#837F84;
font-size:86%;
}
.Unfertig
{
color:#837F84;
font-size:86%;
}

/*Farben*/
.gelb {color:#F3DF00;}
.Gelb {color:#F3DF00;}
.sonne {color:#FBB700;}
.Sonne {color:#FBB700;}
.orange {color:#F58A00;}
.Orange {color:#F58A00;}
.okka {color:#B97A00;}
.Okka {color:#B97A00;}
.hellbraun {color:#8B4C00;}
.Hellbraun {color:#8B4C00;}
.braun {color:#5B3200;}
.Braun {color:#5B3200;}
.rosa {color:#960861;}
.Rosa {color:#960861;}
.lila {color:#53137B;}
.Lila {color:#53137B;}
.rot {color:#740913;}
.Rot {color:#740913;}
.moos {color:#818200;}
.Moos {color:#818200;}
.hellgruen {color:#189000;}
.Hellgruen {color:#189000;}
.gruen {color:#045800;}
.Gruen {color:#045800;}
.dunkelgruen {color:#084100;}
.Dunkelgruen {color:#084100;}
.helltuerkis {color:#008C87;}
.Helltuerkis {color:#008C87;}
.tuerkis {color:#005558;}
.Tuerkis {color:#005558;}
.hellblau {color:#0083CE;}
.Hellblau {color:#0083CE;}
.blau {color:#0068A3;}
.Blau {color:#0068A3;}
.grau {color:#5A575A;}
.Grau {color:#5A575A;}
.hellgrau {color:#837F84;}
.Hellgrau {color:#837F84;}
.blueberry{color:#3399ff;}
.Blueberry{color:#3399ff;}
.tangerine{color:#cc6600;}
.Tangerine{color:#cc6600;}
.grape{color:#996699;}
.Grape{color:#996699;}
.lime{color:#339900;}
.Lime{color:#339900;}
.strawberry{color:#cc3366;}
.Strawberry{color:#cc3366;}

/* Frage und Antwort */
p.question {
	padding: 10px;
	font-size: small;
	border-bottom: 1px solid silver;
	margin:10px 0px 5px 0px;
}
p.question:first-letter {
    float: left;
    font-family: Old English, Georgia, serif;
    color: #777777;
    font-size: 200%;
    line-height: 1.0em;
    margin-right: 0.2em;
}

p.answer {
	font-size: small;
	margin:10px 0px 5px 0px;
}
	
/*</group>*/

/* Spezielle Wiki-Stile */
.sidehead{
font-weight:bold;
color:#F58A00;
border-top:1px solid #F58A00;
text-align:right;
}

/*Mailform*/
    div.mailformresult
    {
    width:300px;
    font-style:italic;
    padding:5px;
    text-align:center;
    color:#b48181;
    }

    form.mailform fieldset
    {
    border:2px dotted #b48181;
    padding:5px;
    }

    form.mailform label
    {
    float:left;
    text-align:right;
    width:100px;
    margin-right:10px;
    }

    form.mailform input textarea {
    float:left;
    }

    form.mailform input[type=submit]
    {
    margin-left: 110px;
    }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/cssimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/cssimages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*Mini*/
.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}
