/* -- Allgemeines -- */

body { 
	background: #777;
	margin: 0;	 
	padding: 20px 40px 20px 40px;  
	min-width: 600px; 
	height: 100%;
	font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, aelteren Operas und IE */
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;  /* 13px */
	color: #333;
}


/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#container{  margin: auto; width: 100%; font-size: 0.95em; border: 1px #600 solid; background: #fff url(../img/header_m.gif) repeat-x top; }

/* Formatierung der Kopfbereiches */
#header { height: 100px; color: #fff; background: white url(../img/header_m.gif) repeat-x top; }
#header_content img {margin: 0px;}
#header_content h1 { 
	padding: 0px; 
	margin:-45px 10px 0px 0px; 
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 18px; 
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#eee;
	text-align: right;
	border: 0px;
	}
#header_content p { 
	padding: 0px; 
	margin: 5px 10px 0px 0px; 
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 12px; 
	line-height: 12px;
	font-weight: normal;
	color:#eee;
	text-align: right;
	border: 0px;
	}


/* Formatierung der Fußzeile */
#footer { color:#888888; background:white; margin: 0 1em; padding: 1em 0; border-top: 0px #ddd solid; line-height: 2em;}





/* Hier wird das Layout des Mittelteils der Site festgelegt */
#main { width: 100%; border-collapse:collapse; /*border-style:hidden;*/ background: white;  }
#main tr, #main td { margin: 0px; padding: 0px; }
/* #main td { border: 1px solid red; }  */
/* Standardlayout 2 Spalten */
#left { width:25%; vertical-align:top; /* border: 1px solid green; */ }
#right { width: 75%; vertical-align:top; /* border: 1px solid yellow; */}

/* Layout mit einer Spalte */
#onecol #middle { width:100%; vertical-align:top; }

/* Layout mit zwei Spalten */
#twocol { width: 100%; border-collapse:collapse; /*border-style:hidden;*/ background: white;  }
#twocol #middle { width:60%; vertical-align:top; }
#twocol #right { width:40%; vertical-align:top; }

/* Layout mit zwei Spalten Layout 2*/
#twocol2 { width: 100%; border-collapse:collapse; /*border-style:hidden;*/ background: white;  }
#twocol2 #left { width:20%; vertical-align:top; }
#twocol2 #middle { width:80%; vertical-align:top; }

/* Layout mit drei Spalten */
#threecol { width: 100%; border-collapse:collapse; /*border-style:hidden;*/ background: white;  }
#threecol #left { width:20%; vertical-align:top; }
#threecol #middle { width:60%; vertical-align:top; }
#threecol #right { width:20%; vertical-align:top; }

#main_content {
	margin: 10px 10px 10px 10px; /* border: 1px solid red; */
 	font-family: avantgarde, arial, sans-serif;
 	line-height: 1.4em;
}	
#left_content {
	margin: 55px 10px 10px 10px; /* border: 1px solid red; */
 	font-family: avantgarde, arial, sans-serif;
 	line-height: 1.4em;
}	
#left_content p { padding-bottom: 15px; text-align:left;}

#right_content {
	margin: 55px 10px 10px 10px; /* border: 1px solid red; */
 	font-family: avantgarde, arial, sans-serif;
 	line-height: 1.4em;
}	


h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}

h1 {font-size: 1.4em; color: #900; margin: 0 0 0.5em 0; padding-top: 0.5em; }
h2 {font-size: 1.2em; color: #900; margin: 0 0 0.5em 0; padding-top: 0.5em; border-bottom: 2px #ddd solid; }
h3 {font-size: 1.1em; color: #900; margin: 0 0 0.5em 0; padding-top: 0.5em; font-weight:bold; }

a { color: #333; text-decoration: underline; }
a:visited { color: #666; } 

.empfehlung a { font-size: 1.1em; color: #e54d00;  font-weight:bold; text-decoration: underline; }
.empfehlung a:visited { color: #e54d00; } 


p, label { margin: 0; padding: 0 0.5em 0.75em 0; }

img { 
 border: 0px;
 padding: 0px;
 }
.fleft { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
 float: left;
 margin: 0 1em 0.2em 0; /* Man sollte einen sch?nen Abstand wählen sonst kleben die Sachen so am Text. */
}
.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}

.center { text-align: center; }
.oben    { vertical-align:top;  }
.mittig  { vertical-align:middle; }
.unten   { vertical-align:bottom; }


.marker   { 
  background-color: #FFFFcc; 
  border: solid 1px #900; 
  border-collapse: collapse;
  padding:0.5em;  
  margin-bottom:1.5em;
  }

.button {
 margin: 1em 0 1em 0;
 background: #99CC99;
}

textarea {
 overflow: auto;
}

#des {
	display: none;
}

.border_li  { width: 20px; background: #ffd171; } 
.border_re  { width: 20px; background: repeat-y #ffd171; } 

#navi { 
	width: 200px;
	background: #ffd171; 
}

#bottom-navi {  margin-top: 20px; text-align: right; }

#main a.imagelink {
        padding-left: 0;
        background: transparent;
}
img.framed { padding:2px; border-top: 2px #fff solid; border-left: 2px #fff solid; border-bottom: 2px #666 solid; border-right: 2px #666 solid; background: #ccc; }
img.framed_small { padding:1px; border-top: 1px #fff solid; border-left: 1px #fff solid; border-bottom: 1px #666 solid; border-right: 1px #666 solid; background: #ccc; }

.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }




/* ##################################
** ### Hauptnavigation ##############
** ##################################
*/

#topnavi {
    width: 100%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    background: #900;
    font-size:100%; 
}

* html #topnavi{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#topnavi ul {
    float:left;
    display:inline;		/* Fix f?r IE Doubled Float Margin Bug    */ 
    margin:0px;			/* Standard-Listendefinition zur?cksetzen */
    padding: 0px;
    margin-left: 50px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel f?r 3D-Schatten) ?ber basemod.css anpassen */
    
/*    border: 1px solid yellow; */
}

#topnavi ul li {
    float: left;
    display:inline;     /* Fix f?r IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 0px #fff solid;
    border-right: 0px #aaa solid;
}

#topnavi ul li a {
		float:left;
		background:url(img/tab-left.gif) no-repeat left top;
		margin:0;
		padding:0 0 0 9px;
		text-decoration:none;
    display:block;
    width: auto;

}

#topnavi a span {
		float:left;
		display:block;
		background:url(img/tab-right.gif) no-repeat right top;
		padding:5px 14px 5px 5px;
		font-size: 1.2em;
		line-height: 1.4em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #eee;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnavi a span {float:none;}
/* End IE5-Mac hack */

#topnavi a:hover {
background-position:0% -250px;
}

#topnavi ul li a:hover span{
    color: #333;
		background-position:100% -250px;   
}

body#index li#index-m a,
body#webdesign li#webdesign-m a,
body#referenzen-webdesign li#referenzen-webdesign-m a,
body#preise-webdesign li#preise-webdesign-m a,
body#kontakt li#kontakt-m a,
body#impressum li#impressum-m a
{
		background-position:0 -125px; 
}

body#index li#index-m a span,
body#webdesign li#webdesign-m a span,
body#referenzen-webdesign li#referenzen-webdesign-m a span,
body#preise-webdesign li#preise-webdesign-m a span,
body#kontakt li#kontakt-m a span,
body#impressum li#impressum-m a span
{
    color: #000;
		background-position:100% -125px;  
    font-weight: bold;
}



/* ##################################
** ### Unternavigation ##############
** ##################################
*/

#subnavi { 
				width: 80%; 
        overflow: hidden;  
        margin: 55px 0px 1.5em 1em; 
        list-style-type: none; 
        border-top: 2px #dddddd solid;
        border-bottom: 2px #dddddd solid;
/*        border: 1px solid green;  */
}
#subnavi ul { 
				margin:0px;
				padding: 0px;
}


#subnavi a { display:block; text-decoration: none; }
#subnavi li { float:left; width: 100%; margin:0px; padding: 0px; }        

#subnavi li span { 
				display:block; 
        width: 90%; 
        padding: 3px 0px 3px 10%; 
        background-color:#99CCCC; 
        color: #444;
        font-weight: bold; 
        border-bottom: 1px #ddd solid;
}

#subnavi li a { 
        width: 90%; 
        padding: 0.3em 0px 0.3em 10%; 
        background-color:transparent;
        color: #444; 
        font-size: 1em;
				font-family: avantgarde, arial, sans-serif;
				font-weight: normal;
				text-align: left;
        border-bottom: 1px #eee solid;
}
#subnavi li a:hover { background-color:#ccc; color: #333; }

#subnavi li #title { 
        width: 90%; 
        padding: 3px 0px 3px 10%; 
        font-weight: bold; 
        color: #444; 
        background-color: #333; 
        border-bottom: 4px #888 solid; 
}


div#webdesign-konzept li#webdesign-konzept-s a,
div#webdesign-gestaltung li#webdesign-gestaltung-s a,
div#webdesign-auffindbarkeit-suchmaschinenoptimierung-seo li#webdesign-auffindbarkeit-suchmaschinenoptimierung-seo-s a,
div#webdesign-programmierung li#webdesign-programmierung-s a,
div#webdesign-seitenladezeit li#webdesign-seitenladezeit-s a,
div#webdesign-navigation li#webdesign-navigation-s a,
div#webdesign-browserunabhaengigkeit li#webdesign-browserunabhaengigkeit-s a,
div#webdesign-aktuelle-inhalte li#webdesign-aktuelle-inhalte-s a
{
        font-weight: bold;
        color: #ffffff;
        background-color:#555;
}

#kubikweb { margin: 10px auto; padding: 0; width:100%; }
#kubikweb p {text-align:right; margin-bottom: 3px; }
#kubikweb p, #kubikweb p a {
color: #555;
text-decoration: none;
font-size: 10px;
line-height: 10px;
}
#kubikweb span.kubikweb a { color: #ffffff;}
#kubikweb span.valid { display: none; }
