/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica, sans-serif; /*'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-size: 12px;
	line-height: 17px;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #000000;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	position:relative;
	}

#header {
	background: #73a0c5 url('images/kubrickheader3.jpg') no-repeat bottom center;
	}

#content {
	font-size: 1.2em;
	}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 147px;
	width: 758px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 20px;
	width: 720px;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	

hr {
	display: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */



/* Bestellformular */
.fieldset {
 width:95%;
 text-align:left;
}

.font-big {
 font-family:Verdana, sans-serif;
 font-size:14px; font-weight:bold;
 color:#000000;
}

.font-small {
 font-family:Verdana, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#000000;
}

.table {
 background-color:transparent;
 width:100%;
}

.table2 {
 background-color:transparent;
 width:100%;
}
.head {
 background-color:transparent;
}

.main {
 font-family:Verdana, sans-serif;
 font-size:12px; font-weight:normal;
 color:#000000;
}

.foot {
 background-color:transparent;
}

.align {
 text-align:right;
}

.textarea {
 background-color:#FFFFFF;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border : 1px solid #808080;
}

.input {
 background-color:#FFFFFF;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #808080;
 font-size: 12px;
}

.select {
 background-color:#FFFFFF;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
 border : 1px solid #808080;
}

.button {
 background-color:#EEEEEE;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border : 1px outset #EEEEEE;
 /*width: 130px;*/
}
/* Ende Bestellformular */


/* Eigene Settings */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;/* Verdana, Helvetica, sans-serif; /*Impact; /* "Trebuchet MS"; */
	font-size: 25px;
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-right: 20px;
}

p.trennung {

	font-family: Georgia, "Times New Roman", Times, serif;/* Verdana, Helvetica, sans-serif; /*Impact; /* "Trebuchet MS"; */
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin: 40px 20px 20px 20px;
	font-size: 45px;
	letter-spacing: 0px;
	line-height: 20px;
}

h2 {
	font-family: verdana, arial, helvetica, geneva, sans-serif; /* "Trebuchet MS"; */
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.fett {
	font-weight: bold;
}

strong {
	font-weight: normal;
}

.gelb {
	background-color: #ffff66;
}

.uiuiui {
	display: none;
}
