/***********************************************************
 *
 * Welcome to the source-code
 *
 * this file is part of the just-writing-my-name project
 *
 * (C) 2007 SPLINELAB http://www.splinelab.com
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/

HTML, BODY {
	height: 100%;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

* {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	margin-left:2.5em;
}
ul {
	list-style-type:disc;
}

.clear {
	clear:both;
}

.alt {
	display:none;
}

IMG {
	border: 0;
}











#contentWrap {
	overflow:auto;
	padding:20px 20px 20px 20px;
	width:553px;
	height:358px;
}



#mainmenu {
	padding:10px;
}
#submenu {
	padding:128px 10px 0 10px; /* 128 = header_höhe + frameLeft_padding_top */
	text-align:right;
}
#mainmenu *, #submenu * {
	text-decoration:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

#mainmenu li, #submenu li {
	margin-top:5px;
}

#mainmenu ul li ul {
	padding-left:10px;
}

#footermenu {
	text-align:right;
	padding:7px 10px 0 0;
	float:right;
}
#audio {
	padding-left:10px;
	padding-top:3px;
	float:left;
}

#footermenu * {
	text-decoration:none;
}




















.csc-mailform * {
	vertical-align:top;
}
.csc-mailform {
	border:0;
	width:500px;
	height:100%;
	padding:5px;
}
.csc-mailform-field {
	margin-bottom:5px;
	width:100%;
	clear:both;

}
.csc-mailform-field label {
	width:150px;
	float:left;
	margin-bottom:5px
	text-align:right;
}
.csc-mailform-field input, .csc-mailform-field textarea  {
	float:left;
	width:280px;
	margin-bottom:5px;
}
.csc-mailform-field input.csc-mailform-submit {
	width:100px;
	margin-left:150px;
}