/* 
    Document   : style.css
    Created on : 08.02.2013, 10:14:02
    Author     : Steffen Heuschkel : libsix UG
    Description:
        Stylesheet for Elke Klug Homepage
*/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	overflow-y:scroll;
}

h1 {
	color: #2e2e2e;
	font-size: 22px;
	font-weight:normal;
}

h2, h3, h4 {
	color: #2e2e2e;
	font-size:16px;
	font-weight: normal;
}

div, p, span {
	color: #7b7b7b;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

p {
	margin:5px 0px;
}

a, a:visited {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover, a:active {
	color:#e20020;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#7b7b7b;
	font-weight: normal;
	line-height: 20px;
}

input[type="submit"] {
	padding:5px 7px;
	border: 0px;
	background: #303030;
	color: #fff;
	margin-top:10px;
	/**-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;**/
}

#tpl_page {
	margin: 31px auto 0px auto;
	width: 900px;
	background: #fff;
	overflow: auto;
	padding-bottom:110px;
}

#tpl_claim {
	float:left;
}

#tpl_claim_menu {
	list-style: none;
	margin:0px 0px 31px 288px;
	padding:0px;
}

li.tpl_claim_menu_item {
	display: inline;
	text-transform: uppercase;
	margin-right: 31px;
	padding:0px;
}

a.tpl_claim_menu_item_link, a.tpl_claim_menu_item_link:visited {
	text-decoration: none;
	color:#6d6d6d;
}

#tpl_logo {
	float:right;
	margin:0px 16px 0px 0px;
}

#tpl_headerimage {
	position: relative;
        clear:both;
}

#tpl_headerimage_pagename {
	position: absolute;
	left:276px;
	bottom:40px;
	font-size:32px;
	width:485px;
	background: url('images/border_headerimagename.png') no-repeat;
	color:#393939;
	/**letter-spacing: -1px;**/
	padding-left: 11px;
	text-shadow: 0px 1px 2px #fff;
	line-height:50px;
	font-family: 'Open Sans Condensed', sans-serif;
	/*font-weight:bold;*/
}

#tpl_content_area {
	
}

#tpl_menu {
	float:left;
	width:270px;
}

div#tpl_main_menu_wrapper {
	padding: 49px 0px 32px 0px;
	border-left:solid 1px #ebebeb;
}

#tpl_main_menu {
	list-style: none;
	margin:0px;
	padding:0px;
}

li.tpl_menu_item {
	min-height: 32px;
	border-left:solid 4px transparent;
	padding-left:13px;
	margin:2px 0px;
}

li.tpl_menu_item:hover {
	border-left:solid 4px #e20020;
}

li.tpl_menu_item_active {
	border-left:solid 4px #e20020;
}

a.tpl_menu_item_link, a.tpl_menu_item_link:visited {
	line-height: 32px;
	color: #6d6d6d;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

li.tpl_menu_item_active > a.tpl_menu_item_link {
	color:#f00;
}

#tpl_content {
	float:left;
	margin-left:15px;
	margin-top:30px;
	width:615px;
}

div#tpl_content h1 {
	padding-bottom: 2px;
	border-bottom: solid 1px #ebebeb;
	margin: 20px 0px 30px 0px;
	line-height: 27px;
}

#tpl_content form {
	
}

div.tpl_form_item {
	margin-bottom:14px;
}

div.right {
	text-align: right;
}

#tpl_content label {
	width:100px;
	display: block;
	float:left;
	padding:5px 5px 5px 0px;
}

#tpl_content input[type=text] {
	border: solid 1px #cfcfcf;
	background: #f8f8f8;
	padding:5px;
	color:#7b7b7b;
	width:500px;
}
#tpl_content textarea {
	border: solid 1px #cfcfcf;
	background: #f8f8f8;
	padding:5px;
	color:#7b7b7b;
	width:500px;
}

#tpl_content button {
	border:solid 1px #343434;
	color: #fff;
	padding:2px 6px;
	background: #343434;
}


#tpl_contact_frame {
	position: fixed;
	bottom:0px;
	width:100%;
	z-index: 100;
	background: url('images/border_top_contactpf.png') 50% 0px no-repeat transparent;
	font-size: 10px;
}

#tpl_contact_frame p {
	font-size: 0.8em;
	line-height: 13px;
}

#tpl_contact_frame a {
	color:#7B7B7B;
	text-decoration: none;
}

#tpl_contact_frame a:hover {
	text-decoration: underline;
}

div.aFirst {
    display:inline;
}

div.aIcon {
    display:inline;
    background: url("images/icn_ta.png") no-repeat 1px 0px;
}

div.aLast {
    display:inline;
}
