@charset "utf-8";
/* CSS Document */
/* Normal Browsers */

/*--Global Styles--*/
body{
	margin:	0px;
	padding:	0px;
	background:	#fff;
	font:	normal 11pt Calibri,Verdana, Helvetica, sans-serif;
	color:	#666;
}
img{
	border:	none;
}
a{
	text-decoration:	none;
	color:	#C63;
}
a:hover{
	text-decoration:	none;
	color:	#CCC;
}
a.mail, a.extern{
	padding-left: 14px;
}
a.mail{
	background-color: transparent;
	background-image: url(pics/link-email.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 4px;
}
a.extern{
	background-color: transparent;
	background-image: url(pics/link-extern.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 4px;
}
p{
	padding:	0px;
	padding-top:0px;
	margin:		0px;
	margin-top:	15px;
}
h1,h2{
	margin: 0px;
	padding: 0px;
	display: none;
}
h3{
	color:	#C63;
}
/*--ID Styles--*/
#site{
	width:	100%;
	height: 700px;
	margin:	0px auto;
	padding: 0px;
}
#header1{
	background:	url(pics/gradient.gif) repeat-y;
	color:	#000;
}
#name{
	width:	268px;
	height:	140px;
	background:	url(pics/name.png) no-repeat;
}
#navigation, #content{
	float: left;
	height:	100%;
}
#navigation{
	width:	135px;
	background:	#C63;
}
#content{
	width:	675px;
	padding:	25px;
	padding-bottom:	0px;
}
/*--Class Styles --*/
.invisible{
	display: none;
	text-indent: -9999px;
}
/*----*/
.up, .head, .main, .bottom{
	float:	left;
	width: 100%;
}
.bottom{
	clear:	both;
	width:	860px;
	display:	block;
}
/*----*/
.up{
	height:	30px;
}
.head{
	height:	140px;
	background: url(pics/bg-head.gif) center repeat-y;
}
.main{
	height:	100%;
}
/*----*/
.center{
	width:	900px;
	height: 100%;
	margin:	0px auto;
}
.center .center{
	width:	860px;
	height: 100%;
	margin:	0px auto;
}
/*----*/
.linkliste{
	list-style-type:	none;
	padding:	0px;
	margin:	0px;
}
.linkliste a{
	padding:	10px 20px;
	display:	block;
	overflow:	hidden;
	color:	#FFF;
}
.linkliste a:hover{
	color:	#C63;
}
.linkliste li:hover{
	background:	#999;
}
