/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
STANDARD INTERNET STYLE SHEET ------  SCREEN/PRINT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09. Juni 2009

GENERAL
        BODY
        HEADLINES
        LINKS
        FORMS
        IMAGES
        LISTS
        TABLES        
        ADDITIONAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
	font-size:100%;
}

body {
	height: 100%;
	font-size: 1em;
	background-color: #f3f4f6;
    text-align: center;
}

body, table, select, input, textarea {
    color: #4a4a4a;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1 {
	color: #3e80ae;
	font-family: Georgia, serif;
	font-size: 2.1em;
	font-style: italic;
	font-weight: normal;
    margin: 0 0 18px 0; 
	clear: both;
}
    
h2 {
	font-family: Georgia, serif;
	font-style: italic;
	color: #4a4a4a;
	font-size: 0.9em;
    margin: 0 0 10px 0; 
}

h3 {
	color: #4a4a4a;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;  
    margin: 0 0 10px 0;  
}

h4 {
	color: #4a4a4a;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
    margin: 0 0 10px 0;
	text-decoration: none;
}

h5 {
	color: #333;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
}

h6 {
	color: #999;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0;
	font-style: italic;
}

p {
    color: #4a4a4a;
	font-size: 0.75em;
	line-height: 1.5em;
    padding-bottom: 1em;
}

hr {
	background-color: #c2c2c2;
	border: 0;
	height: 1px;
	margin: 5px 0;
}

.clear {
    clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}   

.separator-design {
	clear: both;
	height: 10px;
}

.right {
	float: right;
}
	
.left {
	float: left;
}

.low {
	text-transform: lowercase;
}

.normal{
	font-weight: normal;
}

/*      LINKS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link, 
a:visited {
    color: #4a4a4a;
    text-decoration: none;
}

a:hover, 
a:active {
	color: #3e80ae;
    text-decoration: none;
}


/*      FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

fieldset {
	border: 0;
}

fieldset img {
	margin-right: 7px;
	margin-top: 4px;
}

input.text,
textarea,
input.box,
input.halfbox,
input.year,
input.month,
input.day,
input.ezcc-user,
select {
    background-color: #fafafa;
    border: 1px solid #c2c2c2;
    color: #4c4c4c;
    font-size: 12px;
    overflow: visible;              /* Abstandsbug in IE */
    padding: 3px 2px;
    vertical-align: middle;
    width: 99%;
}

textarea {
    height: 150px;
}

.message-warning {
    border: 1px solid #c2c2c2;
	font-size: 0.85em;
    margin: 0 0 10px 0;
	padding: 10px;
}

.message-warning p{
	color: red;    
	font-weight: bold;
}

.warning {
	color: red;      
	font-weight: bold;
}

#tip-a-friend {
    width: 99%;
}    


.register-table {
	width: 460px;
}

.register-table td {
	padding: 0 10px 3px 0;
}

.register-table td td {
	padding: 0;
}

.register-table label {
	display: block;
	font-weight: bold;
}

.register-table input.text {
	width: 205px;
}

.register-table select {
	width: 217px;
}

.customizeTitle {
    padding: 0 0 5px 10px;
}

.customize {
	background-color: #fff;
    margin: 5px 0 20px 0;
}

.customize .options {
	margin-bottom: 10px;
}

.customize .options td {
	padding: 0 5px 5px 0;
}

.customize .options label {
	display: block;
	font-weight: bold;
	padding: 0 0 3px 0;
}

.customize select {
	width: 143px;
}

lable, input{
	vertical-align: middle;
}

#searchform {
	border: 1px solid #a1a5a8;
	float: right;
	margin: 7px 55px 0 0 !important;
	margin: 7px 35px 0 0;
	width: 130px !important;
	width: 126px;
}

#searchform  input.text{
	color: #999;
	background-color: #fff;
	border:0;
	width: 100px !important;
	width: 90px;
	height: 17px !important;
	height: 20px;
	vertical-align: middle;
	padding: 3px 0 0 5px;
	font-size: 12px;
	margin:0;
}

#searchform input.image {
	float: right;
	width: 21px;
	margin:0;
}

/*      IMAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img {
	border: 0;
}

.image-left {
	float: left;
    margin: 2px 15px 0 0;   
}
.image-right {
	float: right;
    margin: 2px 0 0 15px;   
}

.image-right .image,
.image-left .image {
	border: 1px solid #c9c9cb;
	padding: 5px;
	margin-bottom: 5px;
}

.image-right .image img,
.image-left .image img {
	display: block;
}

.image-right .image .info,
.image-left .image .info {
	color: #404040;
	font-size: 0.9em;
	padding: 5px 7px 5px 7px;
}
.image-right .image .info p,
.image-left .image .info p {
	margin: 0;
	padding: 0;
}

.image-right .image .info .zoom 
.image-left .image .info .zoom {
	float: right;
	padding: 2px;
}

/* Bilder aus dem Texteditor */
.object-right{
	float: right;
	margin-left: 15px;
}
.object-left{
	float:left;
	margin-right: 15px;
}
.object-center{
	margin-bottom: 15px;
}

.object-center .attribute-caption,
.object-right .attribute-caption,
.object-left .attribute-caption{
	display: none;
}

.attribute-image img{
	border: 1px solid #c9c9cb;
	margin-top: 2px;	
}

/*      LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul, ol, dl {
    position: relative;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

li {
    margin: 0;
    padding: 0;
}

dd {
    margin-left: 0;
}

/*      TABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table td {
    color: #747474;
	border: 1px solid #f4f5f6;
    font-size: 0.75em;
    line-height: 1.4;
    vertical-align: top;    
}

table{
	margin-bottom: 20px;
}

table th {
	background-color: #f4f5f6;
	border: 1px solid #fff;
	padding:5px;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom; 
}

table th p {
	color: #fff;
	padding: 0;
}

table td {
	border-bottom: 1px solid #d1d6da;
	padding:5px 4px;
}

table td.noborder {
	border: 0;
}

table td.nowarp {
	white-space:nowrap;
}

/*      ADDITIONAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.recommend-page-node-content {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 10px;
	width: 390px;
}

.spamfilter {
	display: none;
}

