/*------------------------------------------------------------
Title : Clairty
Author : RBTR
Created : September 24, 2009
Modified : September 24, 2009
-------------------------------------------------------------*/
/* COMMON STYLES----------------------------------------------
=============================================================*/

@charset "ISO-8859-1";

/*  body und schrift deffinitionen */

/*  HINTERGRUND */
html{
font-size: 62.5%;
}

body {
background-color: #000000;
}

/*  LINKS */
a:link { 
	color:#ffffff; 
}
 	
a:visited {
	color: #ffffff;
	text-decoration: none;

}
a:hover {
	color: #0083D7;
	text-decoration: none;

}
	
a:active{
	color: #0083D7; 
}

a { 
background-color:transparent;
text-decoration: none; 
}


/*  ZENTRIERTE BOX */
#wrapper { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
margin-top:50px;
padding: 0px;
width: 950px;
height:534px;
background-color: #000000;
border: none;
}

/*  CLAIRETY LOGO */
#logo { 	
padding: 0px;
width: 257px;
height:119px;
background-color: none;
border: none;
}

/*  MENUE */
#menue { 	
float:right;
margin: 0px auto;
padding: 0px;
width: 693px;
height:119px;
background-color: none;
border: none;
}

/*  TEXTFENSTER */
.content { 	
padding:50px;
padding-left:50px;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 950px;
height:415px;
background-color: none;
overflow:auto;
}

/*  HIER STEHT DER TEXT DRIN */
#text { 	
font-size: 13px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 20px;
letter-spacing: 0.5px;
color:#ffffff;  
padding-top:5px;
padding-left:276px;
text-align: left;
vertical-align: middle;	
width: auto;
height:auto;
border: none;
}

#textImpressum { 	
font-size: 13px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 20px;
letter-spacing: 0.5px;
color:#ffffff;  
padding-top:5px;
padding-left:130px;
text-align: right;
vertical-align: left;
float: left;	
width: auto;
height:365px;
border: none;
}

#textKontakt { 	
font-size: 13px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 20px;
letter-spacing: 0.5px;
color:#ffffff;  
padding-top:5px;
padding-left:199px;
text-align: right;
vertical-align: left;
float: left;	
width: auto;
height:auto;
border: none;
}

#textNcg { 	
font-size: 13px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 20px;
letter-spacing: 0.5px;
color:#ffffff;  
padding-top:5px;
padding-left:232px;
text-align: right;
vertical-align: left;
float: left;	
width: auto;
height:auto;
border: none;
}

/*  FOOTER */
#footer { 	
font-size: 10px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 20px;
letter-spacing: 1px;
color:#ffffff;  
padding-top:0px;
padding-right:0px;
text-align: right;
vertical-align: middle;	
width: auto;
height:auto;
border: none;
}

/*  PFEILE */
#arrow { 
font-size: 12px;
font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-Serif;
line-height: 0px;
letter-spacing: 1px;
color:#ffffff;	  
padding-top: 395px;
padding-left: 10px;
padding-right: 10px;
text-align: right;
vertical-align: middle;	
width: auto;
height: auto;
border: none;
background-color: none;
}


/*  PARAGRAPH UNTER MENUE */	
p {
margin: 0px; 
padding: 10px 17px; 
}

/*  KATEGORIE IM TEXT */
b {color:#0083d7;
text-decoration: none;
font-weight: normal;
   }

/* LINK */
ul#link {
  list-style: none;
  margin: 0;
  padding: 96px 0 0 271px;
}

ul#link li {
  border: none;
}

ul#link li a{
  display: block;
  height: 100%;
  text-indent: -9000px;
}

#xing {
  width: 29px;
  height: 15px;
}