/*
Theme Name: freiheitskampagne
Theme URI: http://freiheitskampagne.ch/
Description: Theme fuer die Freiheitskampagne
Version: 0.1.1
Author: Design von http://freiheitskampagne.ch/
Author URI: http://freiheitskampagne.ch/
Tags: red, rfid
	
	Das Standardtheme fuer die freiheitskampgne.ch
	
*/

/* General */
body {
	font-family: Arial, Verdana, "Bitstream Vera Sans", 'Lucida Grande', Helvetica, Sans-Serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 1000px;
	font-size: 1em;
	}
	
img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
}

input {
	padding:3px;
	background: #fbfbfb;
	border: 1px solid #5c5c5c;
	color: #5c5c5c;
}
/* End General

/* Header */
#headerimg {
	background-image: url(images/headerbg.jpg);
	min-height: 100px;
	height: 100px;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 30px;
}

#header h1 a {
	padding-top: 20px;
	text-decoration: none;
	color: #747372;
	font-size: 0.8em;
}

#header .description {
	margin-top: 0px;
	margin-left: 100px;
	font-size: 0.8em;^
}
/* End Header */

/* Content */
#content {
	width: 760px;
	padding: 10px;
	padding-top: 0px;
	float: left;
	font-size: 0.8em;
}

#content h2 {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contentbox {
	background-color: #ffffff;
	min-height: 600px;
	height: 600px;
}

#vidbox {
	border: 1px dotted #949290;
	border-right-width: 0px;
	padding: 20px;
	margin-left: 20px;
	width: 210px;
	float: right;
}

hr {
	color: #ffffff;
	border: 1px dotted #949290;
}

.second {
	background-image: #E4E4E4;
}

.hbord {
	font-size: 1.2em;
	margin-top: 20px;
}

.unterstuetzerlnk {
	list-style-type: none;
}

.unterstuetzer {
	text-align: center;
	float: left;
	width: 220px;
	height: 70px;
	min-height: 70px;
	padding: 5px;
	margin-bottom: 20px;
}

.untblau {
	text-align: center;
	float: left;
	width: 220px;
	height: 70px;
	min-height: 70px;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.untrot {
	text-align: center;
	float: left;
	width: 220px;
	height: 70px;
	min-height: 70px;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #df2626;
}

.untgruen {
	text-align: center;
	float: left;
	width: 220px;
	height: 70px;
	min-height: 70px;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #44873f;
}

.bordpad {
	border: 1px dotted #949290;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:center;
	padding: 20px;
	margin-bottom: 20px;
}

.bordpadhgt {
	border: 1px dotted #949290;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:center;
	height: 175px;
	min-height: 175px;
	padding: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.padtop {
	padding-top: 20px;
}

.greybox {
	background-color: #e2e2e2;
	padding: 5px;
	margin: 3px;
}

.boldfont {
	font-weight: bold;
}

.redfont {
	color: #df2626;
	font-weight: bold;
}

.imgleft {
	float: left;
	margin-right: 20px;
}

.vidtext {
	margin-bottom: 20px;
	text-align: center;
}

.centered {
	text-align: center;
}

.highlightfont {
	font-weight: bold;
	color: #884c4c;
}
/* End Content */

/* Calendar */
td { 
	border-bottom: 1px dotted #949290;
	padding-bottom: 2px;
	padding-top: 2px;
}
/* End Calendar */

/* Sidebar */
#sidebar {
	background-color: #ffffff;
	width: 180px;
	float: right;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 0.8em;
}

#sidebar h2 {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	margin-bottom: 5px;
}

.smallfont {
	font-size: 0.6em;
}

.rightfont {
	margin-top: 20px;
	text-align: right;
}
/* End Sidebar */