@CHARSET "UTF-8";

/**
 * Default Style for Tanja Villinger
 *
 * Used colors: pink dark: #731552; pink light: #A63373;
 *
 *
 * @author Daniel Schwiperich
 * @copyright cts GmbH www.cts-media.eu
 **/
 
 /*  General */
 
* {
	margin: 0px;
	padding: 0px;
}

 
body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background: url(../images/background.png) repeat-x #A23170;
	color: #A63373;
}

h1 {
	font-size: 1.4em;
	color: #731552;
	margin-bottom: 10px;
	text-align: center;
}

strong, a {
	color: #731552;
}
 
 /* Structure */

#logo {
	position: absolute;
	top:20px;
	left: 715px;	
	z-index: 5;
	width:199px;
	height:78px;
}

div.site {
	width: 906px;
	height: 563px;
	/*background: url(../images/villinger/site-1.png) no-repeat;*/
	margin-top: 60px;
	padding-top: 60px;	
}

#main {
	width: 706px;
	height: 495px;
	background: url(../images/content-background.png);
	margin: 0 0 0 200px;
	
	
}

#content {
	margin-left: 315px;	
	padding: 20px 0 0 20px;
	width: 340px;
	height: 395px;
	font-size: 1.2em;
	line-height: 1.3em;
	background: url(../images/spacer-content.png) no-repeat 0px 60px;
	
}

.mod_newslist {
margin-top:25px
}

.mod_newslist .info {
float:left;
margin-right:5px
}

.mod_newslist h2 {
font-size:1em
}

.mod_newslist .teaser {
padding:10px 0
}

.layout_latest {
margin:10px 0
}

.video {background:url(../images/clap.gif) no-repeat left center;padding-left:17px;font-weight:bold;}
.bild {background:url(../images/cam.gif) no-repeat left center;padding-left:17px;font-weight:bold;}
.intern {background:url(../images/hover-flower.png) no-repeat left center;padding-left:17px; font-weight:bold;}
