/*		-- Basic --		*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 75%;
	background: #f6f6f6;
	color: #000;
}

/*		- Headings		*/

h1, h2, h3, h4, h5, h6{
	
}

h1 {font-size: 200%;}
h2 {
	font-size: 21px;
	margin: 12px 0 10px 0;
	border-bottom: 1px solid #8E1619;
	padding: 0;
	font-weight: normal;
}
h3 {font-size: 150%;}
h4 {font-size: 133%;}
h6 {font-size: 116%;}
h5 {font-size: 110%;}

/*		- List		*/

ul, ol {margin-left: 3em;}
li{
	list-style-type: disc;
}

/*		- Links		*/

a:link, a:visited  {
	text-decoration: underline;
	outline: none;
	color: #000;
	background: transparent;
}

a:hover, a:focus , a:active{
	text-decoration: underline;
	outline: none;
	color: #000;
	background: transparent;
}

/*		-- Structure --		*/

/*		Wrapper / Container		*/

div#wrapper{
	width: 800px;
	margin: 100px auto 0 auto;
}

/*		Header		*/

div#header{
	float: left;
	width: 300px;
	height: 350px;
	margin: 0 25px 10px 0;
}

/*		Contact		*/

div#contact{
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
	font-size: 13px;
	font-weight: normal;
}

a.mg{
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background: url(images/mediationgraz.png) left top no-repeat;
	width: 260px;
	height: 55px;
	display: block;
	margin: 35px 0 0;
}

a.mg:hover{
	background-position: 0 -55px;
}

a.mg:active{
	top: 1px;
	position: relative;
}

/*		Content		*/

div#content{
	float: left;
	width: 410px;
	height: 320px;
	margin: 0 0 0 25px;
	padding: 15px 20px;
	background: #78000E;
	color: #fff;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

div#contact ul{
	margin: 5px 0 15px;
}

div#contact ul li{
	list-style-type: none;
	margin: 3px 0 4px;
	font-size: 11px;
}

/*		Form		*/

label{
	display: block;
	float: left;
	width: 130px;
}

input, textarea{
	display: block;
	background: #f6f6f6;
	padding: 4px;
	color: #333;
	border: none;
	margin-bottom: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input#button{
	margin: 5px 0px 15px 130px;
}

input#button:hover, input#button:hover{
	margin-left: 130px;
	background: #fff;
	color: #000;
	cursor: pointer;
}

input:hover,input:active,
textarea:hover, textarea:active{
	
}


input:focus, textarea:focus{
	background: #fff;
	color: #000;
	border: none;
	outline: none;
}
/*		Print		*/

@media print{

a[href]:after{
	content: "[" attr(href) "] ";
	font-size: 85%;
	color: #aaa;
}

}