/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

.post {
 background: url(images/img06.gif) repeat-x left bottom;
 padding:  0 0 .5em 0;
 margin: 0 0 1.5em 0;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.jpg);overflow:hidden;
}

#header a {color:white;text-decoration:none}

#header h1, #header h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 19px 0 19px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

#content h1 {
  margin-bottom: 0.75em;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li {
  margin: 0 0 10px 0;
}


#links li ul {
	padding: 5px 0 10px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* submenu */

#links .submenu {
  margin-bottom: 2em;
}
#links .submenu li {
  margin: 0;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

/*Formular*/
.common  	 { margin-top:10px;width:100%;}
.common fieldset table { width:90%; margin: 10px 0 8px 0;padding:5px;}
.common textarea { width:90%; height: 80px; margin-right:0;}
.common input	 { width:50%; height: auto;}
.common .submit	 { width:auto;}
.common legend	 { font-size: 130%; font-weight:600; text-transform: uppercase; padding:0 5px; margin-left:8px;}
.common table th {  vertical-align:top;padding-left:5px; text-align:left;}
/*.common table td { width:80%;}*/

.error {color:red; text-transform: uppercase;}

/*form colors*/
.common fieldset { border:1px dotted  #ffab28; border-top: 2px dotted #3c3c3c; }
.common legend {font-size:120%; color:#F49500;}

#header h2 {display:none;}
