/*
Theme Name: JK Koblenz 
Theme URI: http://www.jk-koblenz.de
Description: Das Speziell fuer JK erstellte Theme
Version: 1.0
Author: motormord
Author URI: http://volles-aroma.de
License: non-free
*/


body {
color: #ffffff;
font-family: Arial;
font-size: 12px;
/* background:#373737; */
background:#fff;
text-align:center;
padding: 0;
margin: 0;
overflow: hidden;
padding-top: 40px;
}   
a { color:#1e7ec8; text-decoration:none; }
a:hover { color:#1e7ec8; text-decoration:none; }

body a:link{color:#fff;}
body a:visited{color:#fff;}
body a:active{color:#fff;}
body a:hover{color:#ADACAC;}

html,body { /* das brauchen die moz-basierten */
margin: 0;
}


.post {
position: relative;
font-family: Arial;
font-size: 12px;
color: #fff;
/* background: #a71b1d; */
background-color: #91044d;
text-align:left;
padding-left: 40px;
padding-top: 20px;
}

#nav {
position: relative;
font-family: Arial;
font-size: 12px;
color: #fff;
/* background: #e5e5e6; */
padding-top: 10px;
margin: 0 auto;
height: 120px;
width: 685px;
text-align:left;
}
#nav li {
	
	text-align:left;	
}
#nav li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#nav a:link{color:#333333;}
#nav a:visited{color:#333333;}
#nav a:active{color:#ADACAC;}
#nav a:hover{color:#ADACAC;}
.bg {
position: relative;
margin: 0px auto;
padding-top:22px;
width: 731px;
height: 455px;
background: url(/wp-content/uploads/2010/10/bg1.jpg) #fff;
}
.container {
position: relative;
margin: 0px auto;
width: 685px;
height: 300px;
/* background:rgb(167,27,29) */
background-color: #91044d;
}

/* NETTES TUTORIAL ZUM ZENTRIERN --> http://thestyleworks.de/tut-art/centerblock.shtml */
#jk {
    background-color: transparent;
    padding: 7px;
    margin: -230px 0 0 -358px;
    position:absolute;
    top: 50%;
    left: 50%;
    width: 685px;
    height: 400px;
    }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

