/*
	CSS Document: css_template.css
	Version: 1.2 | Date: 2009-10-09
	Project: www.preventvet.info
	Author: websLINE, 2008-2009
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 982px;
	text-align: left; 
	margin: 15px auto;
	}



/* Head*/

#header {
/*	padding-bottom: 37px;*/
	position: absolute;
	top: 0; left: 0;
	height: 295px;
	background: #fff;
	}
#header .logo {
	position: absolute;
	top: 0; left: 15px;
	}
#header .headlinks {
	float: right;
	margin: 5px 0 8px 0;
	font-weight: bold;
	font-size: 1.1em;
	}
#header .headlinks li {
	display: inline;
	margin-left: 4px;
	}
#header .headlinks a {
	padding-right: 5px;
	}
#header .headimage {
	margin: 8px 0 0 0;
	border: 1px solid #e20079;
/*	border-left: 0;*/
	float: right;
	width: 980px;
	}
* html #header .headimage {
	float: none !important;
	}
#header .navigation {
	}



/* Main */

#main {
	background: url(img_bg-main.gif);
	padding-top: 295px;
	}
#mainLeft {
	width: 171px;
	padding: 0 10px;
	float: left;
	}
#mainRight {
	width: 776px;
	float: right;
	padding: 30px 0 20px 0;
	}
#content {
	width: 570px;
	float: left;
	}
#contentRight {
	width: 171px;
	padding: 0 10px;
	float: right;
	color: #fff;
	}


/* Footer  */

#footer {
	border-top: 1px solid #e20079;
	text-align: right;
	}
#footer p{
	margin: 0;
	padding: 5px;
	}

.websline {
	float: left;
	color: #999;
	padding: 6px 0;
	font-size: 0.9em;
	}