/* -----------------------------------------
	Theme Name: Volkmann.me
	Theme URI: http://www.volkmann.me/
	Description: Theme
	Version: 1.0
	Author: Gregor Volkmann
	Author URI: http://www.volkmann.me/
-------------------------------------------- */


/********** General - Config starts here **********/

body {
	margin: 0px;
	padding: 0;
	background: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: black;
}

h1 {
 
}

h2 {
 
}

h3 {
 
}

h4 {
 
}

h5 {
 
}

p {
	margin: 10px 20px;
	padding: 10px;
	font-size: 12px;
	background: #fff;
}

a {
	color: #545454;
}

a:hover {
	color: #00CCCC;
}

a:visited {
	color: #262626;
}

ul {
	padding: 0px;
}

input {
	color: #FFF;
}

textarea {
	color: #FFF;
}

/********** Classes - Config starts here **********/

.noscript {
	color: red;
	font-style: italic;
}

.form input {
margin: 5px 20px;
border: 1px solid white;
height: 16px;
width: 80%;
background: none;
text-transform: uppercase;
}

.form textarea {
margin: 5px 20px;
border: 1px solid white;
width: 80%;
background: none;
text-transform: uppercase;
}

.column {
	width: 50%;
	float: left;
}

.nav_text {
	margin: 0 10px;
	padding: 5px 0;
	border: 1px solid #545454;
	text-decoration: none;
	background: #262626;
}

div.setwidth {
	width: 760px; 
	text-align: center; /* ie hack */
}
div.wrap {
	display: table;
	margin: 0 auto;
}

div.float {
	display: table-cell;
	float: left;
}

* html div.float { /* ie hack */
	display: inline;
	float: none;
}


/********** ID - Config starts here **********/

#header {
	height: 170px;
	background: #00CCCC url(http://www.volkmann.me/images/header_gradient.png) repeat-x;
}

#header_wrapper{
	position: relative;
	margin: 0px auto;
	height: inherit;
	width: 982px;
	max-width: 982px; /* 4 IE7 ? */
	text-align: center; /* ie hack */
}

#header_glas {
	position: absolute;
	bottom: 0px;
	height: 33px;
	width: inherit;
}

#header_glas_left {
	float: left;
	height: inherit;
	width: 9px;
	background: url(http://www.volkmann.me/images/header_glas_left.png) no-repeat;
}

#header_glas_middle {
	float: left;
	height: inherit;
	background: url(http://www.volkmann.me/images/header_glas_middle.png) repeat-x;
}

#header_glas_right {
	float: left;
	height: inherit;
	width: 9px;
	background: url(http://www.volkmann.me/images/header_glas_right.png) no-repeat;
}

#header_glas_lefttop {
	height: 33px;
	width: 9px;
	background: url(http://www.volkmann.me/images/header_glas_lefttop.png) no-repeat;
}

#header_glas_middletop {
	height: 33px;
	background: url(http://www.volkmann.me/images/header_glas_middletop.png) repeat-x;
}

#header_glas_righttop {
	height: 33px;
	width: 9px;
	background: url(http://www.volkmann.me/images/header_glas_righttop.png) no-repeat;
}

#header_glas_end {
	position: relative;
	float: left;
	bottom: 1px;
	border-bottom: 1px solid #545454;
	width: 100%;
}

#nav-column{
	padding: 0 0 10px 0;
	width: 18%;
	float: left;
	background: black;
}

#content {
	background: gray;
	text-align: justify;
}

#footer {
	padding: 10px 0px;
	clear: left;
	background: #000;
	color: #262626;
	border-top: 10px solid #262626;
}

#wrapper {
	margin: 0px auto;
	padding-top: 30px;
	width: 980px;
	max-width: 980px;
	background: #262626 url(images/wrapperbg_top.png) repeat-x;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	border-left: 1px solid #545454;
}

#testdiv {
	margin: auto;
}

/********** Misc - Config starts here **********/

#header * h1 {
	margin: 0;
	padding: 30px 0 0 0;
	/*padding: 76px 0 0 0;*/
}

#header * h2 {
	margin: 8px 10px;
	color: #00CCCC;
	text-shadow: #00CCCC 0px 0px 2px;
}

#header * h3 {
	margin: 3px 0px 0px 0px;
	text-shadow: #00CCCC 0px 0px 2px;
}

#wrapper * h3 {
	margin: 0px 20px;
	padding: 0px 20px;
	color: #545454;
}

#header * ul {
	margin: 6px 50px;
	list-style-type: none;
}

#header * li {
	display: inline;
	margin: auto 10px;
	text-decoration: none;
}

#header * li a {
	font-size: 14px;
	color: #00CCCC;
	text-decoration: none;
	text-shadow: #00CCCC 0px 0px 2px;
}

#header * li a:hover {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-shadow: none;
}

#content p a {
	text-decoration: none;
}

#content p a:hover {
	color: #00FFFF;
	text-decoration: underline;
}

/**********  - Config starts here **********/

