/* --------------------------

venturesweekly.com style.css CSS
Renald Otto, erde-soft
2006-05-05

-------------------------- */

/*---------------------------
  Layout
-------------------------- */
*{
 padding: 0;
 margin: 0;
}

body{
 color: #333;
 font-family: Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 font-size: small;
 background-color: #eee;
 border-top: 8px solid #539fcf;
}
#page-outer{
 background-color: #fff;
 padding: 10px 0 0;
}
#page-inner{
 width: 760px;
 margin: 0 auto;
 text-align: left;
}
#page-inner:after,#head:after{
 clear: both;
 content: ".";
 display: block;
 visibility: hidden;
 height: 0;
}
#content{
 width: 500px;
 margin: 0 0 15px 30px;
 float: right;
}

#container{
	border: none;
	margin: 15px auto;
	width: 728px;
}
#okay,#notokay{
	margin-top: 200px;
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px dotted #390;
	border-bottom: 1px dotted #390;
	background-color: #DDF3C6;
	text-align: center;
}
#notokay{
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
	background-color: #fee;
	color: #c00;
}
#okay p,#notokay p{
	color: #390;
	text-align: center;
	margin-bottom: .5em;
}
#notokay p{
	color: #c00;
}
#okay p.left,#notokay p.left{
	text-align: left;
}

/* --------------------------
 Global
-------------------------- */
h2{
 border-bottom: 1px solid #8be;
 padding: 1px;
}
h1,h2,h3,h4,h5{
 font-family: Georgia, Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 font-weight: normal;
}
h2{
 font-size: 2em;
 margin: 18px 0 8px 0;
}
h3{
 font-family: Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 font-size: 1.3em;
 margin: 18px 0 8px 0;
}
h4{
 font-family: Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 font-size: 1em;
 font-weight: bold;
 margin: 18px 0 8px 0;
}
p{
 line-height: 1.3em;
 margin: 10px 0;
}
ul.info{
 line-height: 1.6em;
 margin: 10px 0;
 padding: 10px;
 list-style: none;
}
ul.invite{
 line-height: 1.6em;
 margin: 5px 0;
 padding: 5px 20px;
 list-style: circle;
 font-weight: bold;
}
img{
 border: 0 !important;
}
a:link, a:visited{
 color: #06f;
 text-decoration: none;
}
a:hover, a:active{
 color: #06f;
 text-decoration: underline;
 background: #ffc;
}
ol li{
 margin: 1em;
}

h3.profil{
 border-bottom: 1px solid #8be;
}

p.datum{
 color: #8be;
 font-size: 0.85em;
 text-align: right;
}
p.forum{
 font-size: 0.85em;
 color: #8be;
}
.google{
 text-align: center;
 margin: 1em;
}
/* --------------------------
 Ergebnistabellen
-------------------------- */

h3.table{
 font-family: Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 position: relative;
 margin: 1em 0 0 0;
 padding: 7px 10px;
 font-size: 100%;
 color: #333;
 border: 1px solid #8be;
 border-bottom: none;
/* background: #5db3e8; */
 background: #eff8fd;
}
h3.table em{
 font-style: normal;
 font-weight: normal;
 font-size: 90%;
 color: #555;
}
a.rss{
 position: absolute;
 top: 9px;
 right: 7px;
}
a.rss:hover{
 background: none;
}
table{
 width: 100%;
 margin: 0 0 25px 0;
 border: 1px solid #8be;
}
table tr td, table tr th{
 margin: 0;
 padding: 12px 5px;
 border-bottom: 1px solid #8be;
 background-color: #eee;
}
table tr.hell th, table tr.hell td{
 background-color: #fff;
}
table tr.last th, table tr.last td{
 border-bottom: none;
}
table tr th{
 font-weight: bold;
 padding-left: 1em;
 text-align: left;
}
table tr th em.person{
 display: block;
 font-size: 90%;
 font-weight: normal;
 font-style: normal;
 color: #963;
}
table tr.con th, table tr.con td, table tr.con th em.person{
 font-weight: bold;
}
table tr.new th, table tr.new td{
 font-style: italic;
 font-weight: bold;
}
table tr.rej th, table tr.rej td, table tr.rej th em.person{
 text-decoration: line-through;
}
table tr td{
 font-size: 90%;
 color: #963;
}
table tr td span.cash{
 display: block;
 margin-top: 5px;
}

p.pages{
 margin: 20px 0 60px;
 font-size: 90%;
 font-weight: bold;
 text-align: center;
}
p.pages em{
 display: block;
 margin: 0 0 10px;
 font-style: normal;
 font-weight: normal;
}
p.pages a, p.pages strong.active{
 display: block;
 float: left;
 margin: 0 2px 5px 2px;
 padding: 4px 8px;
 font-weight: bold;
 border: 1px solid #E7DAC0;
 background: #fff;
}
p.pages strong.active{
 border-color: #8be;
 background: #eef6ff;
}
p.pages a:hover{
 text-decoration: none;
 color: #fff;
 border-color: #06f;
 background: #06f;
}

/* --------------------------
   Kopf
-------------------------- */
#head{
 text-align: left;
 background: #5db3e8 url(../img/header-bg.gif) repeat-x top left;
 border-bottom: 8px solid #539fcf;
}
#head div{
 width: 760px;
 margin: 0 auto;
}
#head div img{
 border: 0;
}
#head h1{
 padding: 8px 0 0;
 margin: 0 1px;
 float: left;
}
#head h1 a{
 display: block;
 border: 0;
}
#head div ul{
 float: right;
 margin: 80px 0 0 0;
 padding: 0;
 list-style: none;
}
#head ul li{
 float: left;
 font-weight: bold;
 display: block;
 margin: 0 4px 0 0;
 text-decoration: none;
 background: #539fcf;
}
#head ul li a{
 float: left;
 display: block;
 padding: 5px 10px;
 color: #eee;
 text-decoration: none;
}
#head ul li a:hover{
 color: #ff9;
 background: #539fcf;
}

/* --------------------------
 links, navigation etc.
-------------------------- */
#menu{
 clear: left;
 float: left;
 width: 220px;
 margin: 20px 0;
}

#menu ul{
 list-style: none;
 width: 220px;
}

#menu li{
 margin-bottom:4px;
}

#menu li a,#menu li a:visited{
 font-weight:bold;
 height:20px;
 text-decoration:none;
 color:#333;
 display:block;
 padding:6px 0 0 10px;
 background:#E9E9E9;
 border-left:4px solid #D2D2D2;
 border-bottom:1px solid #D2D2D2;
}

#menu li a#current{
 background: #bbb;
 color: #000;
 border-left: 4px solid #539fcf;
 border-bottom: 1px solid #999;
}

#menu li a:hover, #menu li a#current:hover{
 text-decoration: none;
 background:#c0c0c0;
 color:#06f;
 border-left:4px solid #539fcf;
 border-bottom:1px solid #539fcf;
}

#menu h3{
 color: #000;
 font-size: 1.5em;
}

#menu p{
 font-size: .88em;
 line-height: 1.5em;
}

/* --------------------------
   Formulare
-------------------------- */
.detailsForm{
 border: solid 1px #8be;
 padding: 20px;
 margin: 5px 0 20px;
 background-color: #eff8fd;
 color: #e22;
}

fieldset{
 border: none;
 border-top: 1px solid #8be;
 padding: 1em;
}

legend{
 color: #8be;
 font-weight: bold;
 padding: 0 1em;
}

#error{
 border: solid 1px #c00;
 margin: 5px 0;
 padding: 20px 35px;
 background-color: #fcc;
 color: #f00;
}

.error{
 background-color: #fdd;
}

#error span{
 font-weight: bold;
}

.formControl{
 font-size: 1.15em;
 border: 1px solid #bce;
 width: 300px;
 margin: 4px 10px 10px;
 padding: 2px;
 color: #333;
 font-weight: bold;
}

#geburtsdatum{
 width: 300px;
 margin: 4px 10px 10px;
 padding: 2px;
}
#geburtsdatum .formControl{
 margin: 0 2px;
}
.short{
 width: 1.6em;
}

.formLabel{
 line-height: 1.6em;
 margin: 10px;
 padding: 2px;
}

.formSpan{
 display:block;
 line-height: 1.4em;
 margin: 10px;
 padding: 2px;
}

.formCheckLabel{
 display:block;
 line-height: 1.4em;
 margin: 4px 10px 10px;
 padding: 2px 2px 2px 32px;
}
.formCheckShortLabel{
 display:block;
 line-height: 1em;
 width: 280px;
 margin: 10px;
 padding: 2px 2px 2px 17px;
}
.detailsForm p{
 display:block;
 line-height: 1.3em;
 margin: 10px;
 padding: 2px;

}
.formCheckPlzLabel{
 display:inline;
 line-height: 1em;
 width: 280px;
 margin: 10px;
 padding: 2px 2px 2px 17px;
}

.formCheckShort{
 display:inline;
 margin: 0px 2px 1px 10px;
}

.formInputShort{
 display:inline;
 font-size: x-small;
}

.formCheck{
 float: left;
 display:block;
 margin: 9px 0px 9px 10px;
}

.formButton{
 font-family: Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
 font-size: medium;
 font-weight: bold;
 padding: 1px 4px;
 color: #eee;
 background: #06f;
 border: solid 1px;
 border-top-color: #7CBAFF;
 border-right-color: #2854A7;
 border-bottom-color: #2854A7;
 border-left-color: #7CBAFF;
}

.formSmallLabel{
 font-size: x-small;
}
.buttonDiv,#buttonDiv{
 margin: 10px 10px 0;
 padding: 0px;
 text-align: left;
}

/* -----------------------------------------------------------------------
   Footer
----------------------------------------------------------------------- */
#footer{
 padding: 40px 0 0;
 margin: 0;
 clear: both;
 background-color: #eee;
 border-top: 5px solid #5db3e8;
}
#footer-inner{
 width: 760px;
 margin: 0 auto;
 font-size: .9em;
}
#footer div.column{
 width: 230px;
 padding: 0 15px 0 0;
 display: block;
 float: left;
}
#footer div.column h6{
 padding: 0 0 3px 15px;
 margin: 0 0 3px;
 border-bottom: 1px solid #539fcf;
 font-size: 1.2em;
 font-weight: bold;
 font-family: Georgia, Verdana, Helvetica, Arial, sans-serif, "Lucida Grande";
}
#footer div.column ul{
 list-style: none;
}
#footer div.column li{
 padding: 4px 0 4px 15px;
}
#footer div.column li:hover{
 background-color: #ffc;
}
#footer div.column li a{
 text-decoration: none;
 color: #06f;
}
#footer p{
 clear: both;
 display: block;
 font-weight: normal;
 font-size: 0.88em;
 padding: 25px 0 20px 0;
}

/* --------------------------
 Farben

 dunkelrot
 #8be

 rote Schrift
 #d22

# rot (#902)
 #539fcf

 mittelrot (zw. rot und dunkelrot)
 #702

 roter
 #b02
 
 graurot
 #ca9
   
 hellrot
 #eef6ff
 
 hellhellrot
 #fff
 
 grau-stufen
 #eee
 #ddd
 #ccc
 #aaa
 #333
 #000
 
 blau
 #06f
 
-------------------------- */
