/*
CSS for Deutschlandspot site
*/



body {
   font-family: "times new roman", sans-serif;
   line-height: 140%;
   background-image: url(images/background.gif);
   background-repeat: repeat-x; 
   background-color: #bbccee;
   padding: 0;
   margin:0;
}



h1 {
   font-size: 22px;
   padding: 5px;
   color: white;
   border-bottom: 2px solid black;
   border-top: 2px solid black;
   margin: 0;
   background-image: url(images/backgroundheader.gif);
   background-repeat: repeat-Y; 
}



h2 {
   font-size: 20px;
   padding: 5px;
   background-image: url(images/backgroundheader.gif);
   background-repeat: repeat-y;
   color: white;
   border-bottom: 2px solid black;
   border-top: 2px solid black;
}



h3 {
   font-size: 18px;
   padding-left: 5px
}


h4 {
   font-size: 18px;
   padding: 4px;
   background-image: url(images/backgroundheader.gif);
   background-repeat: repeat-y;
   color: white;
   border-bottom: 2px solid black;
   border-top: 2px solid black;
}




p {
  font-size: 15px;
  padding-left: 1%;
  padding-top: 1%;
  padding-right: 1%;
}



a {
  font-weight: bold;
  color: black;
  font-size: 16px;
}


a:visited {
  color: black;
}


a:hover {
  text-decoration: none;
  color: white;
  Background-color: #4466aa;
}


.textsize {
  font-size: 20px;
}


.articleheaderblack {
  text-decoration: none;
  background-image: url(images/headerblack.jpg);

}


hr {
  color: #4466aa;
}


ul {
   font-size: 16px;
}


/*
Positioning floating of pictures start
*/

.floatleft {
  float: left;
  padding: 10px;
}

.floatright {
  float: right;
  padding: 10px;
}


#piccenter {
  text-align: center;
  padding: 0 5px 0 5px;
}

/*
Positioning floating of pictures end
*/



/*
Special classes for headers start
*/

.h3background {
   background-image: url(images/backgroundheader.gif);
   background-repeat: repeat-y;
   color: white;
   border-bottom: 2px solid black;
   border-top: 2px solid black;
}

/*
Special classes for headers end
*/



/*
Positioning of divs start
*/

#bodytext, #navigation, #navigationtop, #newsletter, #search, #grimmbanner {
   position: absolute;
}


#search {
  top: 13em;
  left: 5px;
}


#bodytext {
   top: 200px;
}

#navigation {
   top: 250px;
}

#newsletter {
   top: 260px;
   right: 0;
   width: 180px;
   padding-bottom: 1%;
}

#navigationtop {
top: 149px;   
}

#bodytext {
   left: 13em;
   right: 13em;
   background-color: white;
}



#navigationtop {
left: 30%;
right: 15%;
}



#navigation {
  
  left: 0;
  width: 150;
  padding-right: 0;
}


#grimmbanner {
   top: 40em;
   right: 15px;
}



#footer {
  text-align: center;
}




/*
Positioning of divs end
*/


/*
Tables of conversion page start
*/

table.main td{
text-align: center;
}


table.temp {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 200px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.temp td
{background-color: #bbccee;
color: #000;
padding: 2px;
text-align: center;
border: 1px #fff solid;}

table.temp td.hed
{background-color: #4466aa;
color: #fff;
padding: 2px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

table.tablecontent {
border: 1px black solid;
}

/*
Tables of conversionpage end
*/


/*
Table style shop maerchen start
*/

table.store td
{background-color: #bbccee;
color: #000;
padding: 5px;
text-align: center;
border: 2px #fff solid;
}


/*
Table style shop maerchen end
*/




/*
Tables of page navigation bottom of page start
*/


.pagenavleft {
text-align: left;
padding: 0 70px 0 10px;
}

.pagenavright {
text-align: left;
padding: 0 10px 0 70px;
}



/*
Tables of page navigation bottom of page start
*/


/*
navigation top style start
*/

#nav {
	margin:0;
	padding:0;
	float:left;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}
	
#nav a:link, #nav a:visited {
	color:white;
	background:#4466aa;
	padding:5px 35px 30px 5px;
	float:left;
	width:auto;
	margin-right: 10px;
	text-decoration:none;
	font:bold 14px Arial, Helvetica, sans-serif;
}

#nav a:hover {
	color: white;
	background:#304979;
	text-decoration: underline;
}
	
#home #nav-home a, #forum #nav-forum a, #shop #nav-shop a, #contactus #nav-contactus a {
	background: white;
	color: black;
	text-shadow:none;
}
	
#home #nav-home a:hover, #forum #nav-forum a:hover, #shop #nav-shop a:hover, #contactus #nav-contactus a:hover {
	background: white;
}
	
#nav a:active {
	background: white;
	color: black;
}

/*
navigation top style end
*/


/*
styling of newsletter start
*/

#newsletter {
  text-align: center;
  background-color: #4466aa;
  color: white;
}

/*
styling of newsletter end
*/


/*
navigation side style start
*/

#navside { 
width: 150px; 
}

#navside ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
background-color: #bbccee;
font-family: font-family: "times new roman", sans-serif;
font-size: 18px;
}

#navside a {
display: block;
padding: 10px;
width: 150px;
background-color: #4466aa;
border-bottom: 6px solid #bbccee;
}

#navside a:link, #navlist a:visited {
color: white;
text-decoration: none;
}

#navside a:hover {
background-color: #304979;
color: white;
text-decoration: underline;
}

/*
navigation side style end
*/




/*
positioning of ads start
*/

.adcenter {
text-align: center;
}



/*
positioning of ads end
*/



.caption {
  font-size: 18px;
}


/*
maerchen main list start
*/

.maerchen {
   line-height: 170%;
}


/*
maerchen main list end
*/
  



.center {
   text-align: center;


#commentslocation {
   padding-left: 10px;
}



/*
positioning of grimm banner left side
*/


#grimmbanner {
   top: 400px;
   left: 5;
}


