/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:70% Verdana,Tahoma,Arial,sans-serif;
background:#eaeaea;
/** url(http://www.frag-beatrice.de/i/bg.gif) top center repeat-y;*/
color:#3a3a3a;
}

#wrap {
float:left;
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:0px 0px;
width:830px;
}

/***** Header *****/

#header {
color:#505050;
background:#ffffff url(http://www.frag-beatrice.de/i/header-eyes.jpg) bottom right no-repeat ;
height:120px;
margin:0 0 5px 0;
padding:0;
}

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:15px 0 0 0;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 20px 15px;
padding:0 0 0 3px;
}

/***** H-bar Ad*****/
#gghbar-ad {
height:20px;
margin:0 0 5px 0px;
}


/***** Left sidebar *****/

#avmenu {
float:left;
width:180px;
margin:0 0 10px 0;
padding:0;
}

#avmenu ul {
list-style:none;
width:170px;
margin:0 0 10px 5px;
padding:0;
}

#avmenu li {
margin-bottom:5px;
}

#avmenu li a {
font-weight:bold;
height:17px;
text-decoration:none;
color:#505050;
display:block;
padding:3px 0 0 10px;
background:#fff4f4 url(http://www.frag-beatrice.de/i/menubg.gif) bottom left repeat-x;
border-top:1px solid #dfd4d4;
border-right:1px solid #dfd4d4;
border-bottom:1px solid #dfd4d4;
border-left:4px solid #e2d0d0;
}

#avmenu li a:hover, #avmenu li a.current {
background:#eaeaea url(http://www.frag-beatrice.de/i/menubg2.gif) bottom left repeat-x;
color:#505050;
border-top:1px solid #c4b0b0;
border-right:1px solid #c4b0b0;
border-bottom:1px solid #c4b0b0;
border-left:4px solid #993333;
}

#avmenu ul ul {
margin:5px 0 5px 15px;
font-size:0.8em;
width:155px;
}

#avmenu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#avmenu h2 {
font-size:1.5em;
font-weight:normal;
}

/***** Right sidebar *****/

#extras {
float:left;
width:155px;
/**margin:0 10px 10px 0;*/
padding:0;
font-size:0.9em;
}

#extras p, #extras ul {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#extras a {
font-weight:bold;
}

#extras li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#extras h2 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
;
letter-spacing:-1px;
}

#extras .ph2 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
;
letter-spacing:-1px;
}

#skyscraper_right {
/**margin:0px 0px 10px 830px;*/
width:125px;
height:605px;
float:left;
padding-left:5px;
}

/***** Main content *****/

#content {
float:left;
width:488px;
/**margin:0px 170px 10px 185px;*/
margin: 0px 3px 3px 1px;
padding:0;
line-height:1.4em;
text-align:left;
}

#content .col1,#content .col2{
   width:208px;
   float:left;
   overflow:hidden;
}

#content .col1{margin-right: 17px;
}  

#content h1 {
font-size:1.5em;
color: #993333;
letter-spacing:-1px;
line-height:1.0em;
font-weight:normal;
margin:8px 0 10px 0;
padding:0;
}

#content h2, #content h3, #content .ph3 {
font-size:1.2em;
font-weight:bold;
margin:6px 0 6px 0;
padding:0;
}

#content h4 {
font-size:1.2em;
font-weight:bold;
margin:6px 0 6px 0;
padding:0;
}

#content h5 {
font-size:1.2em;
font-weight:normal;
margin:6px 0 6px 0;
padding:0;
}

#content img {
/* padding:1px;
display:inline;
background:#cccccc;
color:#303030;  
border:4px solid #f0f0f0; */
border:none
}

#img-box {
float:left;
margin: 5px 10px 0 0;
font-size:0.8em;

}

#content a {
/* font-weight:bold;  */
text-decoration:underline;
}

#content ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol {
margin:2px 0 2px 20px;
}

#content li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

#content .colourbox {
margin-top: 0px;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;
padding-top: 5px;
padding-right: 10px;
padding-bottom:5px;
padding-left: 10px;
background-color: #fff4f4;
width: 370px;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:830px;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer p {
padding:0 10px;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a {
text-decoration:none;
color:#505050;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}

blockquote {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:16px;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(http://www.frag-beatrice.de/i/menubg.gif) bottom left repeat-x;
color:#505050;
}

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}

/***** Table styles *****/

table {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #d8d8d8;
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#eaeaea url(http://www.frag-beatrice.de/i/menubg2.gif) bottom left repeat-x;
color:#505050;
}

td {
padding:7px;
font-size:0.9em;
text-align:left;
background:#f4f4f4 url(http://www.frag-beatrice.de/i/menubg.gif) bottom left repeat-x;
color:#303030;
}

/***** Form styles *****/

.button {
border-top:1px solid #dfd4d4;
border-right:1px solid #dfd4d4;
border-bottom:1px solid #dfd4d4;
border-left:4px solid #e2d0d0;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(http://www.frag-beatrice.de/i/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
width:120px;
}
 
input, textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
}

label {
margin:2px;
}

input {
width:200px;
}

textarea {
width:400px;
}

/***** Search box *****/

#searchbox {
padding:0;
margin:6px 0 16px 0;
}

#searchform {
background:#ffffff;
border:1px solid #cccccc;
color:#505050;
font-size:0.9em;
padding:4px;
width:116px;
}

#searchbox label {
display:none;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.bleft {
margin:0 5px 0 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.announce {
margin:0px 0 10px 0;
padding:10px 10px 5px 10px;
width:105px;
color:#505050;
background:#fff4f4 url(http://www.frag-beatrice.de/i/menubg.gif) bottom left repeat-x;
border-top:1px solid #dfd4d4;
border-right:1px solid #dfd4d4;
border-bottom:1px solid #dfd4d4;
border-left:4px solid #e2d0d0;
line-height:1.3em;
}

.announce a {
font-weight:bold;
}

.announce p {
font-size:0.9em;
}

.announce h2 {
margin:0 0 10px 0;
padding:0;
}

#avmenu .announce {
width:145px;
margin:0 0 0 5px;
}

#extras .announce {
width:135px;
padding:5px 10px 5px 5px;
margin-left:1px;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hde {
display:none;
}

.hide {
display:none;
}

.inline {
color:red;
font-weight:normal;
text-decoration:underline;
}

.breaker {
overflow:hidden;height:1px;clear:both
}

.rubrikName {
color: #999999;
font-weight:bold;
}

.absenderName {
	font-style : italic;
}

.announce .ph3 {
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
}

.rectanglecontent {
	text-align:center;
}
.hr {
	background-image: url(http://www.frag-beatrice.de/i/dot.gif); 
	height: 1px; 
	overflow: hidden; 
	margin: 0px; 
	padding: 0px;
}

/* .hr {
background-image: url(http://www.frag-beatrice.de/i/dot.gif);
height:1px;
}
*/

.vote_result {
	float:left;
	width: 10px;
	margin-left:10px;
	font-size:11px;
}
.vote_result_question {
	float:left;
	width:120px;
	font-size:11px;
}
.vote_percent {
	float:left;
	width:45px;
	margin-left:5px;
	font-size:11px;
}
.vote_point {
	float:left;
	width:6px;
	margin-right:5px;
	margin-top:6px;
}
.poll_question, .poll_desc, .poll {
	font-size:11px;
}

.poll_question {
	width:130px;
	float:left;
}
.poll_radio {
	width:20px;
	float:left;
}
.poll_radio_punkt {
	width:15px;
	border:0px;
}
.poll_button {
	width:140px;
}
.vote_point img {
	float:left;
}
.jdp_answers {
	width:170px;
}
