/*
Theme Name: Plexiglass
Theme URI: http://wwww.tattoocms.it/templates/plexiglass.html
Author: Nicola Lambathakis


------------------------------------------------------------------------- */

body {
   font-family: "Verdana", "Trebuchet MS", Arial, sans-serif;
   font-size: 13px;
   text-align: center;
   color: #000099; /*[Standard: 000099]*/
   background: #F0F2F8 url('imgs/bgpage.gif') repeat-x;
}


div, p, img, a, td, ul, ol {
    font-size: 1em;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #7B9905;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #7B9905;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #036;
	border-bottom-style: solid;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #3775CC;
	}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: #0000FF;
	}
h3 {
	
	text-algin: central;
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Verdana", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #03399;               /* < - ÄNDERT DIE FARBE DER ÜBERSCHRIFTEN, WENN MAN AUF DIE HAUPTRUBRIKEN KLICKT */
	border-bottom: 1px solid #eaeaea;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #40659B;
	}
#search {
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	padding-top: 10px;
}

h3 a:hover {
	color: #036;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h1 span, h2 span, h3 span {
	color: #036;
	}

p { padding: 0 0 1em; }

a, a:link {
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
   width: 980px;
   text-align: left;
   margin: auto;
}

#content {
	float: left;
	text-align: left;
	width: 735px;                /* <- POSITION DES CONTENT */
	padding: 0;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

/* Header
------------------------------------------------------------------------- */

#header {
	position: central;
	background-color: transparent;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 980px;
}

#header h1 {
	margin: 0;
	color: #41A3FA;
	text-shadow: #81A75B 2px 2px 2px;
	background: url(imgs/top_h1.gif) no-repeat bottom left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 100px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #42A4FB;
}
#header h1 a:hover {
    color: #61DC19;
    text-shadow: #fff 0 0 4px;
}


* Search Form styles
------------------------------------------------ */

.FSF_input:focus {
	background: #transparent;
	color: #111;
	border: 1px solid #00CC00;
    }

.FSF_submit, .FSF_submit:focus {
	margin-left: 5px;
	height: 22px;
	width: 22px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(imgs/search.gif);
	background-repeat: no-repeat;
	background-color: transparent ;
    }
    
.submit:hover, .FSF_submit:hover {
	height: 22px;
	width: 22px;
	border: 0;
	cursor: pointer;
	background-image: url(imgs/search.gif);
	background-repeat: no-repeat;
	background-color: transparent ;
    }

/* Related Links
------------------------------------------------------------------------- */
#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}




/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
	font-size: 12px;
	line-height: 1.4em;
	color: #999;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 740px; /*<- ÄNDERT DIE POSITION DER NAVGIGATIONSLEISTE */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #000088;
    background: url(imgs/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(imgs/tictac_green.gif) no-repeat 0 6px; font-size: 11px; }
#sidebar h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #0033ff;
	position: central;
	font-size: 120%;
	border: none;
	background-color: transparent;   /*<- ÄNDERT DIE HINTERGRUNDFARBE VON "MENU" UND "NEWS" */
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	}
#sidebar h3 a:hover {
	color: #0033CC;
	font-weight: bold;
	
	}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 140%;
	text-decoration: none;
	border-bottom: none;
	color: #0000CC;
	font-weight: bold;
	}

#sidebar h4 {
	margin: 30px 2px 12px 2px;
	padding: 5px 10px;
	color: #4686D0;
	font-size: 14px;
	font-weight:bold;
	background-color: #b1d5ed;
	background-repeat: repeat-x;
	background-position: left top;
	}
	#sidebar h4 a:hover {
	color: #ffffff;
	font-size: 100%;
	padding:2px;
	}
	#sidebar h4 a:link  {
	color: #4686D0;
	font-size: 100%;
	padding:2px;
	
	}
	#sidebar h4 a:visited {
	color: #4686D0;
	padding:2px;
	font-size: 100%;
	
	}

#sidebar img {
	vertical-align: middle;
	}

/* custom list styles */

/* Footer
------------------------------------------------------------------------- */
#footer {
	font-size: 85%;
	color: #006699;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 59px;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
}

#footer p {
	background-image: url(imgs/bottom_sash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	border-bottom: none;
	color: #0033CC;
	font-weight: bold;
}
#footer a:hover {
	border-bottom: none;
	color: #00CC00;
	font-weight: bold;
}


fieldset {
    border: none;
}

legend {
	display: none;
}

/* Special handling for imgs & alignment
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
   /*MENU*/

#menu a:hover{
	background:#6699FF; /* <- ÄNDERT DIE HINTERGRUNDFARBE DES MOUSE-OVER-EFFECTS IM MENÜ */
	color:#000000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: 000088;
}
#menu li{
   list-style:none;
   margin:0;
   height:auto !important;
   height:1%;
   line-height:1.6em;
   font-size:1em;
   color:#000;
   font-weight:bold;
   text-align:left;
}
#menu li a, #menu li.here a{
   color:#000077; [standard: 000077]  /* non current menu color */   <- ÄNDERT DIE SCHRIFT FARBEN DES MENÜBAUMS
   display:block;
   padding:2px;
   text-decoration:none;
}
#menu li.here{
   color:#0000FF;     /* current menu color */   <- ÄNDERT DIE SCHRIFTFARBE DES AKTIVEN MENÜS
   padding-top:1px ;
   background-color: transparent;
}
#menu ul{
   margin:0;
   padding-bottom:20px;
   padding-left:10px;
}
#menu ul ul{
   display:none;
}
#menu ul ul ul{
   display:none;
}
#menu li.here ul{
   display:block;
   padding:2px 0px 2px 15px;
   font-size:1em;
}
#menu li.here ul ul {
   display:none;
}
#menu li.here li.here ul {
   display:block;
}

