/*----------> GRUND SETTINGS <----------*/
body {
	margin: 0px;
	font-size: 11px;
	font-family: Verdana;
	color: #898989;
	background: url('img/hg.png') no-repeat;
	background-attachment: fixed;
}

blockquote {
	font: normal 13px 'Crafty Girls', cursive;
	background: rgba(155, 168, 102, .75);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin: 10px auto;
	color: #ffffff;
	z-index: 15;
	width: 95%;
}

/*----------> TEXT SETTINGS <----------*/

p, td {
	font-size: 11px;
	font-family: Verdana;
	color: #898989;
	font-weight: lighter;
}

b { color: #66c19e; font-weight: bold; }
i { color: #2cb3e9; }
u { color: #7d9522; }
#navigation b { color: #2cb3e9; }
#navigation i { color: #7d9522; }
#content .newszelle b { color: #2cb3e9; font-weight: bold; }

/*----------> HEADLINE SETTINGS <----------*/
#navigation h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Crafty Girls', cursive;
	padding: 3px 0px 3px 12px;
	line-height: 0.85;
	border-left: 10px solid #f2cb7d;
	background: rgba(44, 179, 233, .55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Crafty Girls', cursive;
	padding: 3px 0px 3px 12px;
	line-height: 0.85;
	border-left: 10px solid #f2cb7d;
	background: rgba(44, 179, 233, .55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Crafty Girls', cursive;
	padding: 3px 0px 3px 12px;
	line-height: 0.85;
	border-left: 10px solid #f2cb7d;
	background: rgba(44, 179, 233, .55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----------> LINK SETTINGS <----------*/
#navigation a.navi:link, a.navi:active, a.navi:visited {
	display: block;
	width: 85px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #bc9c58;
	padding: 3px 12px 3px 6px;
	border-left: 8px solid #2cb3e9;
	background: rgba(242, 203, 125, .55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

#navigation a.navi:hover {
	color: #ffffff;
	font-style: italic;
	width: 79px!important;
	border-left: 8px solid #f2cb7d;
	background: rgba(44, 179, 233, .55);
	padding: 3px 12px 3px 12px;
	transition: 0.55s;
}

#content a:link, a:active, a:visited {
	font-size: 11px;
	font-family: Verdana;
	color: #bc9c58;
	text-decoration: none;
}

#content a:hover {
	color: #7d9522;
	transition: 0.55s;
}

/*----------> BOX CLASS SETTINGS <----------*/
#navigation .box {
	width: 228px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #bc9c58;
	padding: 3px 12px 3px 6px;
	border-left: 8px solid #2cb3e9;
	background: rgba(242, 203, 125, .55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 4px;
	margin-right: 4px;
}

.newstable {
	border-top: 3px solid #f2cb7d;
	border-left: 1px solid #f2cb7d;
	border-right: 1px solid #f2cb7d;
	border-bottom: 3px solid #f2cb7d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.newszelle {
	padding: 3px;
	border-top: 1px solid #2cb3e9;
	border-left: 1px solid #2cb3e9;
	border-right: 1px solid #2cb3e9;
	border-bottom: 1px solid #2cb3e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(242, 203, 125, .55);
}

#content .listline {
	border-bottom: 1px solid #f2cb7d;
}

.newspicture {
	border-radius: 100px;
	border: 1px solid #2cb3e9;
	padding: 5px;
	margin: 10px;
}

/*----------> FORMULAR SETTINGS <----------*/
input[type=text], input[type=password] {
	font: normal 11px Verdana;
	color: #898989;
	width: 90%;
	height: 24px;
	border-right: 8px solid #f2cb7d; 
	border-left: 8px solid #f2cb7d;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
    background: rgba(255, 255, 255, .55);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

select {
	font: normal 11px Verdana;
	color: #898989;
	width: 94.5%;
	height: 24px;
	border-right: 8px solid #f2cb7d; 
	border-left: 8px solid #f2cb7d;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
    background: rgba(255, 255, 255, .55);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	font: normal 11px Verdana;
	color: #898989;
	width: 90%;
	height: 125px;
	border-right: 8px solid #f2cb7d; 
	border-left: 8px solid #f2cb7d;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
    background: rgba(255, 255, 255, .55);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea .copybox {
	font: normal 11px Verdana;
	color: #898989;
	width: 95%;
	height: 225px;
	border-right: 8px solid #f2cb7d; 
	border-left: 8px solid #f2cb7d;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
    background: rgba(255, 255, 255, .55);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit], input[type=button] {
	font: normal 14px 'Crafty Girls', cursive;
	font-style: italic;
	color: #ffffff;
	width: 90%;
	height: 24px;
	border-right: 8px solid #f2cb7d; 
	border-left: 8px solid #f2cb7d;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background: rgba(44, 179, 233, .55);
	font-variant: small-caps;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit]:hover, input[type=button]:hover {
	font-weight: bold;
	color: #ffffff;
	border-right: 8px solid #2cb3e9; 
	border-left: 8px solid #2cb3e9;
	background: rgba(242, 203, 125, .55);
}

/*----------> DESIGN SETTINGS <----------*/
#layout {
    position: relative;
    margin: 40px auto;
    width: 1230px;
    min-height: 180px;
    background: rgba(255, 255, 255, .95);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
}

#layout #header {
    position: relative;
    margin: auto;
    top: 15px!important;
    width: 1200px;
    height: 375px;
    background: url('img/header.png');
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#layout #navigation {
    margin-left: 15px;
    padding-top: 19px;
    float: left;
    width: 236px;
}

#layout #content {
    margin-left: 15px;
    padding-top: 19px;
    float: left;
    width: 949px;
}

#layout #footer {
    padding-top: 15px;
    clear: both;
	width: 1200px;
	height: 35px;
	z-index: 1;
	text-align: center;
}