/**
 * @(#)style.css
 *
 * Copyright (c) 2009 Martin Kramer.
 * Toplevel-Multimedia & ShockWave-Design Hamm, Kramer, Pahlke, Zicholl
 *
 * This software is the confidential and proprietary information of 
 * Toplevel-Multimedia & ShockWave-Design Hamm.("Confidential Information").  
 * You shall not disclose such Confidential Information and shall 
 * use it only in accordance with the terms of the license agreement 
 * you entered into with TLM - SWD.
 */

/**
 * CSS - SPD Hamm Startseite
 * @version 	1.00 09/03/21
 * @author 	Martin Kramer
 */

body {
	background: #FFFFFF url('images/flagge.jpg') center top repeat;
	color: #111111;
	margin: 0;
	}
	
#lefttmpl
{
	float:left;
	margin-top:70px;
	margin-left:40px;
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middletmpl
{
	margin-top:40px;
	margin-left:30px;
	float:left;
	width:2px;
	height:514px;
	background: #FFFFFF url('images/trenner.png') center top repeat;
}

#righttmpl
{
	margin-top:30px;
	margin-left:30px;
	float:left;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}

.vzlinktmpl
{
	font-size: 10px;
	margin-bottom: 10px;
}

#maintemplate
{
width:799px;
height:599px;
margin:30px auto;
background: url('images/whitebackground.png') center top repeat;
}

#header
{
margin-bottom:10px;
}
