#boykottbanner {
	padding: 4px;
	border: 1px solid lightgray;
	background: white;
}

#boykottbanner:hover {
	border: 1px solid gray;
	background: white;
}

/* #### Basic HTML-Tags #### */

body {
	/*background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2006/11/bg.png") repeat #ffffff top;*/

	background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2007/02/skyline3.gif")  #ffffff top fixed;


	margin: 0;
	font-family: "verdana", "bitstream vera sans", "arial", sans-serif;
	min-height: 1000px;
}

hr {
	display: none;
}

.post small {
	display: block;
	padding-top: 5px;
	/* border-top: 2px solid #2988d1; */
}

#content h2 {
	margin-bottom: 0px;
	
}

#sidebar h2 {
	display: inline-block;
	width: 180px;
	color: #ffffff;
	background: #2988d1;
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	padding-left: 5px;
	
}


/* #### Container-Tags #### */
#page {
	position: inline;
	top: 0;
/*	left: 0;
	width: 780px;
	background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2006/11/bg2.png") repeat-y top;*/

	margin-left:auto;
	margin-right:auto;
	background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2007/02/astawatch_unten.gif")  #ffffff bottom no-repeat;
	width: 740px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

	padding: 0;
	min-height: 1300px;
}

#header{
	background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2006/11/header.png") no-repeat top;
	margin-top: 0;
	border: 0px solid black;
	padding-bottom: 160px;
	padding-right: 30px;
	padding-left: 0px;
	text-align: right;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
}

#headerimg {
	display: none;
}

#content{
	position: relative;
	width: 400px;
	top: -300px;
	margin-left: 200px;
	padding-left: 10px;
	border-left: 1px dashed grey;
}

#rightimage {
	position: relative;
	/*top: 260px;*/
	left: 630px;
	width: 110px;
	height: 295px;
	display: inline-block;
	background: url("http://www.astawatch-duesseldorf.de/wp-content/uploads/2006/12/popcornbanner2.jpg");
}

#rightlink{
	display: block;
	width: 110px;
	height: 295px;
}

#sidebar {
	position: relative;
	float: left;
	width: 180px;
	bullet: none;
	font-size: 9pt;
	top: -300px;
}

#footer{
	display: block;
	width: 740px;
	margin-left: 20px;
	margin-top: 60px;
	text-align: center;
	font-size: 9pt;
}

/* ### Link Definitionen ### */

#header A {
	display: inline-block;
	background: #2988d1;
	border-bottom: solid 3px #ffffff;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 0px;
	text-decoration: none;
	line-height: 40px;
	color: #ffffff;
}

#header A:hover {
	border-bottom: solid 3px #2988d1;
}

#content p a {
   color: #2988d1;
   text-decoration: underline;
}


#content a:hover {
   color: white;
   background: #2988d1;
   text-decoration: none;
}

h2 A {
	font-weight: normal;
	font-size: 12pt;
	
	background: #2988d1;
	color: white;
	text-decoration: none;
	padding: 4px;
	line-height: 21pt;
}


#sidebar A {
   color: #2988d1;
   text-decoration: underline;
}

#sidebar A:hover {
   color: white;
   background: #2988d1;
   text-decoration: none;
}

#sidebar A:Visited {
   color: black;
   text-decoration: underline;
}



/* ### Text Klassen ### */

.post {
	font-size: 10pt;
	border-bottom: 2px solid #2988d1;
}

.entry {
	color: black;
	line-height: 16pt;
}


/* ### Sonstige Klassen ### */

.alignright {
	float: right;
	margin: 5px;
}

a img.alignright {
	padding: 4px;
	border: 1px solid lightgray;
}

a img.alignright:hover {
	border: 1px solid gray;
}


#sidebar li {
	display: block;
	list-style: none;
	margin: 0px;
}

#sidebar ul {
	display: block;
	padding-left: 5px;
	margin: 10px 0px;
}
