/*
Theme Name: WordPress Public Affairs
Theme URI: http://www.pixelpoint.at/
Description: WordPress für die Agentur Public Affairs.
Version 0.5
Author: Erich Varh für pixelpoint.at
Tags: 
*/

html, body { height: 100%; } /* sticky footer stuff */
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/gfx_1.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;

}
body > #Container { height: auto; min-height: 100%; } /* sticky footer stuff */



.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

.fltrt {
	float: right; }

.fltlft {
	float: left; }

.alignright {
	float:right; }

a {	text-decoration:none;
	color:#CC0000; }

a:link {}
a:visited {}
a:hover {
	text-decoration:underline;
}


img { border:0px; }

/* p {padding:0px; margin:0px; margin-bottom:15;} */

h1,h2,h3,h4,h5,h6 {
	font-size: 15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h1 {
	color: #CC0000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-decoration:none;
	font-size:13px;
}


.HeadlineLink {
	text-decoration:none;
}
.HeadlineLink:link {
	text-decoration:none;
}
.HeadlineLink:hover {
	text-decoration:underline;
}
hr {
	border: 0px; /* Für Firefox und Opera */
	text-align:center;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

#Container {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* sticky footer stuff */
	width:860px;
	margin: 0 auto;
}
/* *************************** HEADER *************************   */
#Header {
	height:280px;
}

#HeaderSubmenue {
	height:23px;
	margin-left:460px;
	padding-top:7px; 
} 
#HeaderSubmenue ul li a {
	margin-left:10px;
}
#HeaderNavigation {
	height:36px;
	padding-top:14px;
	position:relative;
	z-index:20000;
}
#Header ul {
	margin:0; 
	padding:0; 
	list-style:none; 
}

#Header li {
	float:left; 
	margin:0;
	padding:0px;
	margin-right:0px;
}
#cat-menu a  {
	font-size:11px;
	color: #666666;
	text-decoration:none;
	letter-spacing:0.5pt;	
}
#cat-menu a:link  {
	color: #666666;
	text-decoration:none;
}
#cat-menu a:hover {
	color: #CC0000;
	text-decoration:underline;
	font-weight:normal;
}

.HeaderNavigationLink:link { 
	color: #666666;
	text-decoration:none;
	margin-right:10px;
}
.HeaderNavigationLink:hover { 
	color: #CC0000;
	text-decoration:underline;
	font-weight:normal;
}
.HeaderNavigationLink:visited { 
	text-decoration:none;
}
/* *************************** HEADER *************************   */
/* *************************** Content *************************  */

#Content{ overflow:hidden; width:860px; margin:0 auto;}

#MainContent {
	width:440px;
	margin-right:20px;
	margin-top:20px;
}
#MainContent.doublelist{
	width:620px;  margin-top:20px; 
}
#MainContent h2{ font-size:13px;}

#MainContent.doublelist h2{ font-size:15px; margin-bottom:10px;} 

#MainContent.doublelist .col-1{ width:300px; float:left; margin-right:10px; padding-right:9px; border-right:1px dotted #ccc;}
#MainContent.doublelist .col-2{	width:300px; float:left;}

#MainContent p {
	margin-bottom:10px;
}

#Sidebar {
	width:380px;
	padding:10px;
}
#SmallSidebar{ width:220px; float:left;}
#SmallSidebar #Sidebar{
	width:200px;
	padding:10px;
	float:none;
	}
#Sidebar ul {
	color:#CC0000;
	margin:0px;
	margin-left:40px;
	padding:0;
	list-style-image:url(images/gfx_3.png)
}
.size-full {
	margin:5px;
}

.ArticleList p{ margin-bottom:0;}
/* *************************** Content *************************   */
/* *************************** Formulare *************************   */
.wpcf7 label{ display:block; width:80px; padding-right:3px; float:left; text-align:right;
padding-top:3px;}
.wpcf7 p{ overflow:auto;}
.wpcf7 .bigfield label{ float:none; width:auto; text-align:left;}
.wpcf7 textarea{width:360px;}

.pagelink a{ line-height:20px; padding:0 10px; border:1px solid #ccc;}