/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ededed;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}

hr {
	border: 1px;
	height: 1px;
	width: 102%;
	color: #C0C0C0;
	background: #C0C0C0;
	text-align: left;
}


a {
	color:#362305;
	text-decoration:none;
}

a:hover {
	color:#895b12;
	text-decoration:none;
}

img, img a {
	border:0;
}


p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

#header {
	height:200px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#header h1 {
	padding:25px 0 0 30px;
	font-size: 24px;
	color:#362305;
	letter-spacing:-2px;
	font-weight:normal;
}

#header h2 {
	margin:10px 0 0 40px;
	font-size: 16px;
	color: #362305;
	letter-spacing: -1px;
	font-weight: normal;
}

#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#ece8e5;
}

#content {
	margin-left:190px;
	min-height:450px;
}

#adsense {
	clear:both;
	text-align:center;
}

#footer {
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#362305;
	font-weight:bold;
}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

h2 {
	font-weight:bold;
	font-size:1.0em;
}

h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
}

h3 a {
	color:#362305;
}

h3 a:hover {
	color:#724b0d;
	text-decoration:none;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
}

#sidebar li {
	list-style-type:square;
	margin-left:14px;
}

#sidebar a {
	font-weight:normal;
}

#sidebar a:hover {
	text-decoration:underline;
}

/* Classes */

.item {
	margin-bottom:10px;
}

.meta {
	margin-bottom:10px;
	color:#724b0d;
}

/* Extra's */

blockquote  {
	border-left:5px solid #724b0d;
	color:#724b0d;
}

#subscribe {
	padding-right:5px;
}

#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
#sub a:hover {
	text-decoration:none;
}

#content ul {
	margin-left:35px;
	margin-bottom:10px;
}

#content li {
	list-style-type:square;
}

/* Formate aus den Formularen */

.required {
	color: #FF0000;
}

.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
/*	text-align:right; */
}

.textfield {
    font-size: 12px;
    margin: 1px 0 15px 13px;
    width: 200px;
}

.textarea {
    font-size: 12px;
    height: 100px;
    margin: 0 0 10px 10px;
    width: 90%;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}

.select {
    font-size: 12px;
    margin: 0 0 10px 13px;
}

.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}

.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.email {
    font-size: 12px;
    margin: 0 0 10px 13px;
    width: 200px;
}
#imagemap {
	position: relative;
	font-size: 75%;
	width: 300px;
	height: 405px;
	background-image: url("http://www.trommel-lehrer.de/media/imagemap/deutschland-imagemap.png");
	background-repeat: no-repeat;
	background-position: top;
	margin: 1em 0 1em 1em;
}

#imagemap a:link, #imagemap a:visited, #imagemap a:hover, #imagemap a:active, #imagemap a:focus {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	color: #4F4F4F;
}

#imagemap a:hover, #imagemap a:active, #imagemap a:focus {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	color: #FF5600;
}
.col-1-3 {
    display: inline-block;
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0;
    padding-top: 0 !important;
    vertical-align: top;
    width: 156px !important;
}
.col-2-3 {
    display: inline-block;
    float: right;
    margin-right: 0;
    padding: 0 !important;
    vertical-align: top;
    width: 393px !important;
}
a.button{
	background: #ECE8E5;
    border: 1px solid #DBD4D0;
    color: #7F7167;  
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 10px;
    padding: 3px 20px 5px;
    text-decoration: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	}

a.button:hover{
	background:#FCF2EA;
	text-decoration:none;
	-webkit-box-shadow: 3px 2px 3px #aaa;
    -moz-box-shadow: 3px 2px 3px #aaa;

	
}

