/*  ***************************************
alextossi.de - Standard-Stylesheet
Datei: std.css
Media: screen, projection 

Datum: Mai 2009
Autor: Michael Raith
Mail:  info@raith.it
Web:   http://www.raith.it
                                   
1. Allgemeine Regeln                                  
2. Seitenaufbau 
  
   
Farben:


*************************************** */

/**************************/
/** RESET                **/
/**************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

/**************************/
/** Allgemeine Regeln    **/
/**************************/

html, body {
	height: 100%;
}


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

a img {
	border: none;
}

/* remove firefox (active) link outline */  
a:focus { 
	outline: none;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**************************/
/** Seitenaufbau         **/
/**************************/

#header {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 128px;
	border-bottom:  1px solid #000000;
}

/* CONTAINER */

#container {
	position: relative;
	/*width: 945px;*/
	width: 984px;
	/*min-height: 100%;*/
	height: auto;
	margin: 0 auto;		
	/*background-color:#CCCCCC;*/
	background: url(../../media/img/layout/balken-rechts.gif) no-repeat right 129px;	
	
	
}

#head {
	width: 984px;
	height: 128px;
	background: url(../../media/img/layout/logo.gif) no-repeat right 38px;	
}

/**************************/
/** Head                 **/
/**************************/

#headnav {
	position: absolute;
	top: 8px;
	list-style-type: none;
}

#headnav li {
	display: inline;
	margin-right: 10px;
}

#headnav a, #headnav a:visited, #headnav a:hover, #headnav a:active {
	color: #000000;
	font-size: 10px;
}

#headnav a.active {
	text-decoration: underline;
	font-weight: normal;
}

#contact {
	position: absolute;
	top: 110px;
	left: 2px;
	/*font-size: 10px;*/
	font-size: 9px;
	
}

/**************************/
/** Navigaton            **/
/**************************/

#nav {	
	/*width: 316px;*/
	width: 341px;
	height: 17px;
	background-color: #fff69b;	
	margin-top: 1px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	position: relative;
	display: inline;
	float: left;	
}


#nav ul li a {
	display: block;
	/*width: 97px;*/
	width: 108px;
	/*height: 17px;*/
	font-size: 11px;
	margin-left: 5px;
	line-height: 17px;
	
	
}

/* 2. Ebene */

#nav ul li ul {
	position: absolute;
	top: 23px;
}

#nav ul li ul li a {
	font-size: 9px;
	margin-top: 3px;
	margin: 3px 0 3px 5px;
	line-height: 10px;
	
}

.active {
	font-weight: bold;
}

/**************************/
/** Inhalt               **/
/**************************/

#content {
	position: relative;
	top: 25px;
	/*left: 317px;*/
	/*left: 354px;*/
	left: 342px;
	/*width: 442px;*/
	width: 454px;	
	height: auto;	
	/*margin-right: 9px;*/
	/*min-height: 200px;*/
	padding-bottom: 40px;
	
	
	
}

#content img {
	margin: 0 6px 15px 0;	
}

#content .bigimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img#start {		
	border-bottom: 14px solid #000;
}

#content h1 {
	font-size: 11px;
	margin-bottom: 15px;
}

#content p {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 15px;		
}

#content h1, #content p {
	padding-right: 9px;
}

/**************************/
/** Galerie              **/
/**************************/

#imagedetail {
	/*position: absolute;*/	
	position:relative;		
	right: 9px;	
	
	float: right;
}

#imagedetail img {
	/*float: right;*/
		
	border: 1px solid #878787;
	/*margin-bottom: -2px;*/
	margin-right: 0px;
	border-bottom: 14px solid #000;
}

#imagethumbs {
	position: absolute;
	right: -2px;
	top: 171px;
	width: 190px;	
}

#imagethumbs img {
	border: 1px solid #878787;
}

#desc {		
	position: absolute;
	bottom: 15px;
	right: -198px;
	width: 188px;
}

#reftext {
	clear: both;
}

#reftext h1, #reftext p {
	font-size: 12px;
}


	


