/* Comedy Walk Acts Startseite CSS by Vera Zimperfeld */

* { margin:0; padding:0; }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../gfx/bg_start.gif) top left repeat-x;
	background-color:#d8d7d3;
}

html, body {
	height: 100%;
	}


a {
	color: #333333;
	text-decoration:underline;
	}
	
a:hover{
	color: #f4b100;
}

img {
	border:none;
}

p{
	line-height:170%;
	margin-bottom:10px;
}
	
	
.text {
	display:none;
}

.picright {	
	float:right;
	margin-left:50px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:150%;
	padding-bottom:10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	line-height:150%;
	padding-bottom:5px;
}



#container {
	margin:auto;
	padding:0;
	text-align:center;
	width:980px;
	overflow:auto;
}


#head {
	width:980px;
	height:404px;
	padding-top:0px;
	margin-bottom:5px;
}


#content {
	width:720px;
	text-align:left;
	padding:30px 130px 0 130px;
}



#info_text {
	margin-top:600px;
	
	}



