@charset "utf-8";

/* ---------------------------------------------------------------------------
cris is twenty seven

Style Sheets for main template
-----------------------------------------------------------------------------*/


/* RESET
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0; 
	padding:0;
	border:0;
	outline:0;
	font-size:100%; 
	vertical-align:baseline;
	background:transparent
}
/*----------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
  	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  	font-size: 12px;
  	color:#000000; 
  	vertical-align:middle;
  	text-align:center;
}

/* HEADLINES */

h1 { 
	font-size: 1.7em;
	font-weight:normal;
	padding:10px 0px 10px 0px;
	color:#646567;
}
dt, dd {
	font-size:.75em;
	line-height:1.4em;
	margin-bottom:.8em;
}

dl {
	width:405px
}

dt { 
	float:left;
	width:100px;
	margin-left:25px;
	display:inline;
	clear:both
}

dd { 
	float:right;
	width:280px;
	display:inline
}	

/* Listen */

ul {
	list-style-type:none;
	margin:10px 20px 10px 20px;
}

ul li { 
	background:none; 
	padding-left:0;
	margin-bottom:.5em; 
	line-height:1.25em;
}

ul li ul{
	padding-top:.5em; 
	padding-bottom:0;
	margin:0 20px 0 20px;
}

/* LINKS */

a { 
	color:#b73e5c;
	text-decoration: none; 
}

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

/* TABLLEN*/

table {
	border: none;
}

td {
	vertical-align: top;
}
/*----------------------------------------------------------------------------*/


/* Form */

input{
	border: 1px solid #cccccc;
	width: 150px;
}

 
/*---------------- CONTAINTER --------------------------------------------*/

/*  positioning-layers statisch und absolut */
#container {
width:985px;
height: auto;
vertical-align: middle;
}

/*  Contentbereich */

#content {
	background-color:#ffffff;
	width: 900px;
	height: auto;
}

#logo {
}

#info{
}