/*  
 * stylesheet by christian holmok
 * werbeatelier collinet gmbh
 * www.collinet.de
*/

@import url(clear.css);
@import url(typo.css);
@import url(grid.css);
@import url(header.css);
@import url(footer.css);
@import url(clearfix.css);
@import url(input.css);


/* definition der anführungszeichen */
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

html, body, #wrapper {
	height: 100%;
}

body{
	text-align:center;
	background-color:#4f4f4f;
	padding:0;
	margin:0;
	border: 0;
	outline: 0;
	font-family:verdana;
	font-size:62,5%;
	color:#fff;
	line-height: 1;
	background:#2f2f2f url(../img/lay/collinet_bg.png) top repeat-x;
	text-transform:lowercase;
	
}

body a{
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #b4b4b4;
}

body #wrapper{
	width:950px;
	margin: 0 auto;
	text-align:left;
	background-color:#000;
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 91px;
} 

hr {
	background-color: #ffffff;	
	color: #ffffff;	
	border:	#ffffff;	
	height:	1px;		
	margin-bottom: 15px;
}

#verwendetes {
	line-height:2em;
}

#verwendetes a{
	font-weight:normal;
}

#vk{
display:none;
}

.intr {
	width:55px;
	display:inline-block
}

.lngintr {
	width:135px;
	display:inline-block
}