/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */

/**
 * owers, for Drupal 5.0
 * holger
 * 
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */




body {
/*außen um wrapper, weiß für Backend*/
background-color:#b7cd6a;
/*Schriftdetails im Editor*/
/*sehe bei Webdevelopper, html>body => deshalb fürs editieren*/
font-size:14px;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

/*++++++++++++++Renderdetails in HTML++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*könnte auch bestimmt in #content, body etc schreiben,besser aber noch direkt in p, weil wenn in Quelltext schaue, dann sehe das <p> Tag um Text*/
p {
font-size:14px;
/*Schrift ist zwar Tahoma, wieso weiß ich nicht, bestimmt wegen Vererbung*/
/* 11.8 font-family:Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

br{
font-size:12px;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

td {
font-size:12px;
/*11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}



/*Überschriften von Content, bis auf Contact, muss separat bearbeitet werden, siehe bei Contact h2*/
h2.with-tabs{
font-size:21px;
font-family: Comic Sans MS, Tahoma, Geneva, Verdana, Arial, sans-serif;

}


/*Menü Aktiven Links*/
.leaf .active{
color:#FFDF4A;
font-weight:bold;
}

.expanded .active{
color:#FFDF4A;
font-weight:bold;

}

/*++++++++++++++Renderdetails in HTML++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++ENDE++++++++++++++++++++++++++*/

/* ImageModul background*/
tr.odd {
background-color: transparent;
border-bottom: 0px;
}

/*Browserbug in FF3, Border bei LinkImage
http://www.trap17.com/index.php/link-image-css-bug-firefox_t57268.html*/
tr.odd a{
color:transparent;
}


tbody {
border-top: 0px;

}
/*ImageModul background ENDE*/

/*+++++++++++++BACKEND++++++++++++++++++
++++++++++++++++++++++++++++++++++++++
++++++++++++Anfang++++++++++++++++++
*/
/*Links im Backend*/
a{
color:#000000;
font-size:12px;
font-weight:bold;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

a:active {
color:#FFCC00;
font-size:12px;
font-weight:bold;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}


a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

/*"Anzeigen", "Bearbeiten" im Backend*/
/*wieso reicht nicht a.active?*/
/*wevdevelopper li > a darus folgt a ist in li*/
li.active a, li a{

/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
font-size:14px;
text-decoration: none;
color:#0066FF;
color:#13CC00;

font-weight:normal;
}





/*Menü_User, wenn eingeloggt, d.h RECHTE SEITE, für User  und Admin*/
/*darf nicht so schreiben li .collapsed, ansonsten wird nicht erkannt*/
li.leaf a,li.collapsed a {
font-size:14px;

color:#13CC00;
color:#FFFFFF;
font-weight:normal;
}





/*Menü Block, aber nur wo Links enthalten sind*/
ul.menu{
padding-top:10px;
/*
background-color:#FFFFFF;
background-color:#CCCCCC;
background-color:#0C7F00;
*/
}


/*Links Block Weiß und Schrift von User*/
#block-user-1{

/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

/*+++++++++++++BACKEND++++++++++++++++++
++++++++++++++++++++++++++++++++++++++
+++++++++++++ENDE+++++++++++++++++++
*/






/*+++++++++++++++++++++++GÄSTEBUCH++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++ANFANG++++++++++++++++++++++++++++++*/

/*next page, last page, Farbe*/
a{
color:#FFFFFF;
}

/*bestimmt Verbesserungsürdig*/

/*Schrift Autor des Kommentars*/
div.author b{
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
font-size:17px;
}


/*Datum*/
div.submitted{
font-size:12px;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

/*Email und Homepage neben Datum*/
div.submitted a{
color:#FFFFFF;
font-size:12px;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

/*Text_Nutzer*/
/*gutes Beispiel für Webdevolper, bei Firebug wird ein anderes Element angezeigt!!!*/
/*wenn div.content p benutze, dann wird auch unter pics der Inhalt mitverändert*/
div.guestbook-message p{
font-size:17px;
/*11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}



/*Versuch die Höhe anzupassen
.content{
height:25px;}*/




/*wieso kann nicht auch das benutzen, anstelle von div.guestbook-message p
.content guestbook-message{
font-size:20px;
font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
}*/

/*wieso geht nicht small.guestbook-comment content{font-size:16px}
- geht vielleicht nicht, weil guestbook-comment content zu lang?
- kommen sich beide developper tools in die quere?
- könnte auch alles in id=content reinschreiben?
*/
 
/*Überschrift_Hakuna Kommentar*/
div.comment small{
font-size:14px;
font-weight:bold;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}

/*Text_Hakuna Kommentar*/
div.comment em{
font-size:14px;
font-style:normal;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}


/*++++++Gästebuch Eintrag schreiben++++++++
+++++++++++++++ANFANG+++++++++++++++*/

/*Überschrift "Eintrag schreiben"*/
h3{
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
font-size:18px;
}


/*Klasse von Boxen im Gästebuch, am besten so die Schrift ändern, anstatt jedesmall bei ID die Schrift hinzuschreiben, gut!*/
.form-text{
/*Schriftfarbe von Eingabefeld
colour:*/
/*Eingabefelder_Farbe*/
background-color:#A4AA97;
/*Schriftfarbe:*/
color:#FFFFFF;
font-family: Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;
/*Textfeldändeung, ahuch die guest! => explizit ansprechen*/
/*width:200px;
height: 15px;
*/
}



/*Überschriften wie Name, Emailadresse......*/
div.form-item{
/*Textfeldändeung, auch die guest! => explizit ansprechen*/
/*hier weite, verkürzt auch den editor*/
/*width:300px;*/
}

/*message-Feld*/
.form-textarea{
background-color:#A4AA97;
color:#FFFFFF;
/*Eintrag Schriftgröße sollte gleich sein, wieso ist nicht, wenn raus nehme => Schrift Größer und Fetter*/
font-size: 16px;
/* 11.8 font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;*/
}


/*Guest-Boxen_Länge*/
/*Achtung keine Unterscheidung  message-Feld von  Contact und Guest*/
#edit-anonname{
width:250px;
height:17px;
}

#edit-anonemail{
width:250px;
height:17px;
}

#edit-anonwebsite{
width:250px;
height:17px;
}

#edit-message{
width:350px;
/*Wichtig, damit bei Eintrag in Gästebuch-Feld die gleiche Schrift ist, lässt sich nicht über wrapper, body, content steuern*/
font-family:Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;
}


/*Guest-Boxen_Layout*/
/*Achtung keine Unterscheidung  message-Feld von  Contact und Guest*/
#edit-anonname,#edit-anonemail,#edit-anonwebsite,#edit-message{
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
/*border-top-color:#ECE9D8;
border-right-color:#ECE9D8;*/
}

/*++++Gästebuch Eintrag schreiben+++++
+++++++++++++++ENDE+++++++++++++++++++*/

/*+++++++++++++++++++++++GÄSTEBUCH+++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++ENDE+++++++++++++++++++++++++++++*/

/*++++++++++++CONTACT++++++++
+++++++++++++++ANFANG++++++++++++*/




/*Überschrift Contact-Modul, restlichen werden bei h2.with-tabs angelegt */ 
h2{
font-size:18px;
font-family: Comic Sans MS,Tahoma, Geneva, Verdana, Arial, sans-serif;
color:#339900;
}

/*gutes Beispiel, spreche alle Inhalte von Boxen in Contact an, besser über Klasse, ansonsten hätte über untere IDs machen müssen*/
.form-text required{
font-family: Comic Sans MS, Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;
}

/*Contact-Boxen_Länge*/
#edit-name{
width:250px;
}

#edit-mail{
width:250px;
}

#edit-subject{
width:250px;
}


/*Kategorie-Box*/
#edit-cid{
/*vorher:
color:#CCCCCC;
background-color:#996633;
*/
background-color:#A4AA97;
/*Schriftfarbe:*/
color:#FFFFFF;
border:0px;
/*Schrift für select-Box*/
font-family: Comic Sans MS, Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;
}


/*Contact-Boxen_Layout*/
/*Achtung keine Unterscheidung  message-Feld von  Contact und Guest*/
#edit-name,#edit-mail,#edit-subject{
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
/*border-color:#FFFFFF;
border-left-color:#FFFFFF;*/
height:15px;
/*border-top-color:#ECE9D8;
border-right-color:#ECE9D8;*/
}


/*Unterscheidung Textfeld Contact und Guest vielleicht hiermit?
div .guestbook{
width:10px;
}*/

/*++++++++++++++++CONTACT++++++++
+++++++++++++++++ENDE++++++++++++*/



/*CAPTCHA*/
#edit-captcha-response{
border:0px;
background-color:#A4AA97;
/*Schriftfarbe:*/
color:#FFFFFF;
}

/*Login Passwort eingeben*/
#edit-pass{
border:0px;
width:250px;
}

/*Report, z.B bei Kontakt gesendet*/
.messages {
  background:#666666;
  margin: 5px 0 5px 0;
  padding: 10px;

}





/*+++++++++++++++++++++++Postionierung Inhalte++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++ANFANG++++++++++++++++++++++++*/

/*Gesamtbild*/
#wrapper {
position:absolute;
left: 50%;
top: 50%;
width:1002px;  /*weil Scrollbalken 20px breit ist*/
height: 768px;
margin-left: -501px; /* Breite des Elements geteilt durch zwei! */
margin-top: -384px; /* Höhe des Elements geteilt durch zwei! */
border:0px;
font-family: Comic Sans MS, Arial, Georgia, Tahoma, Geneva, Verdana, sans-serif;
background-color:#FFF9C4;
}

/*LOGO*/
#home{
position:absolute;
height:204px;
width:1002px;
top:0px;
left:0px;
/*alternatives einbinden des Logos background: url(dates.png);*/
}    

/*Inhalt*/
#content{
position:absolute;
width:770px;
height:564px;
top: 204px;
right:0px;
overflow:auto;
/*Textfeld andere Farbe mit Transparenz
http://www.validome.org/forum/viewtopicp-520-1.htm
http://www.webwork-community.net/posting4580_24_0.html
http://www.hot-elle.de/2007-04-14/css-transparente-bilder-mit-alpha-opacity-filter/
background-color:#009933;
filter:alpha(opacity=50); 
opacity: 0.50;
-moz-opacity: 0.50; */

/*Am Einfachsten so, um Schrift für alle anzupassen, wenn rausnehme, dann Contact-Modul-Schrift verändert*/
font-family:Comic Sans MS, Georgia, Tahoma, Geneva, Verdana, Arial, sans-serif;
background-color:#FFF9C4;
color:#333333;
}

/*Navigation nach Einloggen*/
#sidebar-right {
position:absolute;
height:100px;
width:300px;
top:550px;
left:15px;

}


/*MENÜ - Navigation*/
#sidebar-left {
position:absolute;
width:210px;
height:564px;
top:204px;
left:0px;
background-color:#005345;
}


#bar{
position:absolute;
width:5px;
height:564px;
top:204px;
left:216px;
background-color:#005345;
}      


/*startscreen*/
#startscr {
position:absolute;
left: 50%;
top: 50%;
width:1000px;
height: 770px;
margin-left: -500px; /* Breite des Elements geteilt durch zwei! */
margin-top: -385px; /* Höhe des Elements geteilt durch zwei! */
}
  



/*
Wieso über den LOGO drinne!!!!!!!!!!!!!! => weil das als background-image eingebunden wird.
Header
#header_picture{
position:absolute;
height:204px;
width:1002px;
top:50px;
left:0px;
background-image: url(header.png);
}

*/

/*
#header_green{
position:absolute;
height:50px;
width:1002px;
top:204px;
left:0px;

+++background-color: #66822D;++++
*/
}












/*+++++++++++++++++++++++Postionierung Inhalte++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++ENDE+++++++++++++++++++++++++++++++*/


/*test pngs border

li a.active {
  color: #99FF00;
}


td.active {
  background-color:#FFFFFF;
  border-color:#33FFCC;
  border: 0px;
}

ul.primary li.active a {
  background-color: #fff;
  border: 0px solid #bbb;
  border-bottom: #fff 0px solid;
}





tr.odd:active {
color:#FFFFFF;
  background-color:#000000;
}




td.odd:active {
color:#FFFFFF;
  background-color:#000000;
}


tr.even, tr.odd {
  background-color: #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  padding: 0.1em 0.6em;
}


tbody th {
  border-bottom: 0px solid #ccc;
}


th.active img {
  color:#FFFFFF;
}


tr a.active {
  color: #000000;
}

*/


/*Spielerei

gebe so an, siehe webdevelopper, wird nicht richtig gerendert, wenn nicht angebe, wie linie gezeichnet werden soll

tr.odd td a img{
border: 5px;
border-color:#00FF66;
border-style:solid;
}

besser: 

tr.odd td a img {
  border: 5px #00FF66 solid;
}



tr.odd td a:hover img{
border: 5px;
border-color:#FF66FF;
border-style:solid;
}

tr.odd td a:active img{
border: 5px;
border-color:#00FFFF;
border-style:solid;
}


Spielerei ENDE*/



/*+++++++++++++++++++++++SCHRIFT++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++ANFANG++++++++++++++++++++++++++++++*/

/*brauche das hier alles??*/


/*
div.form-item label{
font-size:19px;
font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;

}

/*Überschrift von Inhalten*/
/*div#content h2{
font-size:21px;
font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
}
*/

/*+++++++++++++++++++++++SCHRIFT++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++ENDE++++++++++++++++++++++++++++++*/



