/* CSS für www.photo-stage.de */

/* Wichtige Farben
anthrazit = #373737
weiss = #FFFFFF
schwarz = #000000
hellgrau = #DADADA
schrift-grau = #4D4D4F


*/



/* ======================================
   1. Allgemeine Styles
   ====================================== */
body
	{

	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #373737;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-shadow-color: #B7B7B7; 
	scrollbar-highlight-color: #B7B7B7; 
	scrollbar-3dlight-color: #FFFFFF; 
 	scrollbar-darkshadow-color: #FFFFFF; 
 	scrollbar-track-color: #FFFFFF; 
 	scrollbar-arrow-color: #B7B7B7;
	background-color: black;
    margin: 0;
	padding: 0;
    min-width: 500px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */

	}



/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
	
#rand
    {
    position: absolute;
	top:20px;
	left:50%;
	width:900px; 
	height:600px;
	background-color: #000;
	z-index: 1;
	padding: 0px;
	margin-left: -450px;
}


#logo
{
 	position:absolute;
	width:885px;
	height:62;
	left: 159px; 
	top: 27px;
	padding-top:0px;
	background-color: transparent;
	z-index: 5;
}

#bpp
{
 	position:absolute;
	width:159;
	height:auto;
	left: 40px; 
	top: 400px;
	padding-top:0px;
	background-color: transparent;
	z-index: 25;
}


#middle
{
	position: absolute;
	height:503px;
	width: 100%;
	left: 0px; 
	top: 208px;
	padding:0px;
	padding-left:0px;
	margin: 0 0em 0 0em;
	z-index: 5;
	color: #373737;
	text-align:left;
}


  ul#side_left {
	font: bold 12px Verdana;
    float: left;
	width: 159px;
    margin: 0;
	padding: 0;
	background-color: transparent;
	background-image:url(../img/basics/bg_side.gif);
	background-repeat:repeat;
  	background-position: top center;
  	height: 503px;
  }
  ul#side_left li {
    list-style: none;
  }

  ul#side_left a {
    display: block;
	color: black;
	font-weight: bold;
	padding: 0px 5px 7px 20px;
	text-decoration: none;
  }
  ul#side_left a:visited {
    color: black; background-color: transparent;
  }

  ul#side_left a:hover, ul#side_left a#current {
  color: black;
	background: transparent url(../img/basics/navi_point_left.gif) no-repeat left top;
	padding: 0px 5px 7px 20px;
	text-decoration: none;
  }


  div#side_right {
    font-size: 12px;
    float: right;
	width: 80px;
    margin: 0 0 1.1em; padding: 0;
	background-color: transparent;
	background-image:url(../img/basics/bg_side.gif);
	background-repeat:repeat;
  	background-position: top center;
  	height: 503px;
  }
  div#ide_right h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#ide_right p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#content {
    margin: 0 0 0 0;
    padding: 0 0;
	background-color: transparent;
	height:503px;
	background-image: url(../img/basics/bg_content.gif);
 	background-repeat: repeat;
  	background-position:0px 0px;
	z-index: 10;
	text-align:left;
	vertical-align:top;
	overflow: auto;
  }

  * html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

div#content2 {
    margin: 0 0 0 0;
    padding: 0 0;
	background-color: white;
	height:503px;
	background-image: url(../img/basics/alex2_2013.jpg);
 	background-repeat: repeat;
  	background-position:bottom right;
	z-index: 11;
  }

  * html div#content2 {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
  
div#content3 {
    margin: 0 0 0 0;
    padding: 0 0;
	background-color: white;
	height:503px;
	background-image: url(../img/basics/alex2_2013.jpg);
 	background-repeat: repeat;
  	background-position:bottom right;
	z-index: 11;
  }

  * html div#content3 {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }


.head
			{
			font-size: 13px;
			color:#373737;
			line-height: 18px; 
			font-weight: bold;
			padding: 0px;
			}
.head1
			{
			font-size: 12px;
			color: #666666;
			line-height: 15px; 
			font-weight: bold;
			padding: 0px;
			}

.head2
			{
			font-size: 13px;
			color: #373737;
			line-height: 18px; 
			font-weight: bold;
			padding: 0px;
			}			

.head3
	{
	font-size: 15px;
	color: #373737;
	font-weight: light;
	letter-spacing: 0px;
	line-height: 18px; 
	}

.bildtext
			{
			font-size: 11px;
			color: #373737;
			line-height: 14px; 
			padding: 0px;
			font-style: italic;
			}
			

	
a:link	{
		font-size: 12px; 
		text-decoration: underline;
		line-height:15px; 
			color: #373737;
		}
a:visited 	{
			font-size: 12px; 
			text-decoration: underline;
			line-height:15px; 
			color: #373737;
			}
a:hover   	{
			font-size: 12px; 
			text-decoration: underline;
			line-height:15px; 
			color: #373737;
			}
			

/* ==================================== 
   3. Styles für die  Navigation 
   ==================================== */

#menu
{
 	position:absolute;
	width:885px;
	height:auto;
	left: 159px; 
	background-color: transparent;
	z-index: 5;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Verdana;

}



* html #menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 10px; /*menu offset from left edge of window in IE*/
}

#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

#menu ul li a:visited{
color: white;
}


#menu a:hover, #menu a#current{
color: white;
background: transparent url(../img/basics/navi_over.gif) no-repeat scroll 50%;
padding: 10px 20px 45px 20px;
text-decoration: none;
}

