/* $Id: style.css,v 1.0 2008-12-12 11:32:44 hermann Exp $ */

* { margin: 0; padding:0; }

body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background:#e5e5e5 url(../img/gfx/bg.jpg) 0px 0px repeat-x;
	}

a{ text-decoration:none;color:#d53e96; }
img{ display:block; }

h1{ margin:14px 0;color:#979797; }
h2{ margin:10px 0;color:#979797; }
h3{ color:#888; }
h4 { color:#777; }

table{}
tr{vertical-align:top;}
td{padding:5px;}


#container{
	color:#333333;
	background:transparent url(../img/gfx/container-bg.png) 155px 0px no-repeat;
	position:relative;
	display:block;
	width:691px;
	height:100%;
	text-align:left;
	}
	#header{
		top:0px;
		border-bottom:1px solid #ccc;
		background:#fff;
		margin:30px 0 14px;
		}
		#header p{
			margin:-50px 0 50px;
			}
	#content{ 
		float:left;
		}
	#end{
		clear:both;
		position:relative;
		width:691px;
		font-size:0;
		}
	#copyright{
		color:#999999;
		margin:14px 0 0 175px;;
		}

	#textblock{
		width:501px;
		}
		#text{
			color:#666666;
			line-height:20px;
			}
			#text ul{
				list-style:none;
				margin:0 0 0 20px;
				}
				#text li{
					margin:5px 0;
					}
			#text form{}
			#text input{margin:0 0 10px;}
			#text span{}
			#text p{
				color:#666666;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:11px;
				font-size-adjust:none;
				font-style:normal;
				font-variant:normal;
				font-weight:normal;
				line-height:20px;
				}
			.maillabel{
				float:left;
				width:80px;
				}
			.mailbtn{
				margin:0 80px 0 0;
				text-align:right;
				}
