/*
Theme Name: Conmoto
Description: Conmoto Template
Version: 1.0
Author: Markus Klees / Konstantin Scharow
*/
@import url('css/header.css');
@import url('css/navi.css');
@import url('css/content.css');
@import url('css/footer.css');
@import url('css/nggallery.css');
@import url('css/lightbox.css');

html{
	background-image:url(images/bg_grey.jpg);
	background-repeat:repeat;
	width:100%;
	height:100%;
}

body{
	font-family: Georgia,sans-serif;
	line-height: 24px;
	margin: 0;
	color:#FFFFFF;
    font-size: 15px;
}

a:link, a:active, a:visited, a:focus {
    color: #a5b1ab;
    text-decoration: none;
}

a:hover {
    color: #a5b1ab;
    text-decoration: underline;
}

a.gestrichelt:hover {
    color: #d87234;
    text-decoration: none;
	border-bottom:3px dashed #FFFFFF;
}

hr{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #FFFFFF -moz-use-text-color;
    border-style: dashed dashed none;
    border-width: 3px 3px 0;
}

h2{
	margin-bottom:0;
	font-size:40px;
}

h3{
	font-size:30px;
	margin-bottom:0;
}

h4{
	font-size:30px;
	margin:0;
	margin-top:17px;
}

h5{
	font-size:40px;
	margin-bottom:0;
}