/*
Theme Name: mel-institute
Description:  mel-institute is a WordPress-Theme from <a href="http://www.code-x.de">code-x</a>.
Version: 1.0
Author: code-x
Author URI: http://www.code-x.de
*/

/* *********************************************** */
/* allgemeine styles */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;  /* wenn der inhalt zentriert sein soll */
	font: 100.01% "Lucida Sans", arial, sans-serif;  
	color: black;
	background: #585858;
}

img.aligncenter {
	text-align: center;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

a:link	{ 
	text-decoration: none;
}

a:link	{ 
	color: #00385a;
	text-decoration: none;
}

a:visited	{ 
	color: #00385a;
	text-decoration: none;
}

a:focus, a:hover, a:active	{ 
	color: #00385a;
	text-decoration: underline;
}

a img	{ 
	border: 0;
	background: none;
}

label	{
	cursor: pointer;
}

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

legend	{
	font: 75%/100% "Lucida Sans", arial, sans-serif; 
	color: black;
	margin: 0;
}

table	{
	width: 100%;
	border-spacing: 2px;
	border: 0;
	margin: 0 0 10px 0;
}

tr	{
	background: none;
}

td	{
	vertical-align: top;
	padding: 0;
}

th	{
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: black;
}

img	{
	border: 0;
	margin: 0;
}

ol, ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

br	{
	clear: both;
}

/* *********************************************** */
/* rahmenklassen */

#rahmen	{
	 width: 984px;
	 text-align: left;
	 padding: 0;
	 margin: auto; /* wichtig für zentrierte seiten */
}

.hide	{
	position: absolute;
  	top: -6000px;
  	left: -6000px;
  	height: 1px;
 	width: 1px;
}

.hide	{
	display: none;
}

.abstand5	{
	width: 5px;
	height: 5px;
}

.abstand10	{
	width: 10px;
	height: 10px;
}

.abstand20	{
	width: 20px;
	height: 20px;
}

.ausrichtungLinks	{
	float: left;
	margin: 0 10px 10px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 10px 10px;
}

.keineAusrichtung	{
	display: block;
	margin: 0 0 10px 0;
}

.clear	{
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* *********************************************** */
/* kopf */

#kopf {
	float: left;
	height: 216px;
	width: 984px;
	background: url("/wp-content/themes/mel-institute/images/rahmen/kopf_bg.jpg") no-repeat;
}

#logo	{
	width: 200px;
	height: 116px;
	float: left;
	margin: 57px 0 0 67px;
	display: inline;
}

#zitat {
	width: 570px;
	float: left;
	margin: 92px 0 0 0;
	padding: 0px 20px 0px 50px;
	font: italic 100%/140% "Lucida Sans", arial, sans-serif;
	filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;
	background: white;
	color: black;
}

#zitat .autor {
	font: bold 70%/140% "Lucida Sans", arial, sans-serif;
}

#zitat p {
	margin: 5px 0 5px 0;
}

#breadcrump {
	background: #003366;
	width: 650px;
	height: 32px;
	float: left;
	margin: 0 0 0 17px;
	display: inline;
	color: #808080;
	padding: 2px 0 0 300px;
	font: bold 70%/140% "Lucida Sans", arial, sans-serif;
}

#breadcrump a {
	color: white;
	margin-left: 10px;
}

.skim_zurueck {

}
.skim_weiter {
}


/* *********************************************** */
/* inhalt */

#article {
	width: 600px;
	float: right;
	font: 75%/140% "Lucida Sans", arial, sans-serif;
	margin-right: 65px;
	display: inline;
}

#article .beitrag {
	margin-bottom: 30px;
}

#inhalt	{
	width: 984px;
	background: url("/wp-content/themes/mel-institute/images/rahmen/bg.gif") repeat-y;
	float: left;
}

#article ul.uebersicht  {
	font: 65%/140% "Lucida Sans", arial, sans-serif;
	list-style: none;
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

#article ul.uebersicht li {
	float: left; 
	margin: 0 10px 0 0;
	padding: 0;
	background: none !important;
}

/* *********************************************** */
/* hauptmenue */

#links {
	width: 275px;
	margin: 0 25px 0 17px;
	display: inline;
	float: left;
	text-align: right;
	font: 75%/140% "Lucida Sans", arial, sans-serif;
}

#links a {
	color: black;
}

ul.menue {
	list-style: none;
	color: black;
	padding: 0 25px 0 0;
	margin: 10px 0 10px 0;
}

ul.menue li {
	font-weight: bold;
}

ul.menue li a {
	color: black;
	text-decoration: none;
}

/* *********************************************** */
/* infobox */

.infobox	{
	background: #e5e5e5;
	width: 225px;
	padding: 25px;
}

.infobox ul li {
	list-style: none;
	background: url("/wp-content/themes/mel-institute/images/utilities/aufzaehlung_info.gif") no-repeat;
	background-position: right 3px;
	padding-right: 20px;
	margin-bottom: 5px;
}

.suche {
	height: 41px;
	background: url("/wp-content/themes/mel-institute/images/rahmen/suche.gif") no-repeat;
	background-position: left;
	padding: 15px 25px 0 0;
}

.suche .submit {
	background: url("/wp-content/themes/mel-institute/images/utilities/aufzaehlung.gif") no-repeat;
	background-position: 0px 3px;
	border: 0;
	width: 12px;
}

.rss {
	height: 36px;
	background: url("/wp-content/themes/mel-institute/images/rahmen/rss.gif") no-repeat;
	background-position: left;
	padding-top: 20px;
}

.rss a {
	background: url("/wp-content/themes/mel-institute/images/utilities/aufzaehlung.gif") no-repeat;
	background-position: right;
	margin-right: 25px;
	padding-right: 20px;
	color: black;
}

.bookmark {
	height: 36px;
	background: url("/wp-content/themes/mel-institute/images/rahmen/bookmark.gif") no-repeat;
	background-position: left;
	padding-top: 20px;
}

.bookmark a {
	background: url("/wp-content/themes/mel-institute/images/utilities/aufzaehlung.gif") no-repeat;
	background-position: right;
	margin-right: 25px;
	padding-right: 20px;
	color: black;
}


/* *********************************************** */
/* abschluss */

#footer {
	width: 984px;
	height: 133px;
	float: left;
	background: url("/wp-content/themes/mel-institute/images/rahmen/footer_bg.gif") no-repeat;
}

#footer ul {
	width: 200px;
	float: left;
	text-align: right;
	margin: 30px 0 0 67px;
	list-style: none;
	display: inline;
}

#footer ul li {
	font: bold 65%/100% "Lucida Sans", arial, sans-serif;
	color: black;
}

#footer a {
	color: black;
}


/* *********************************************** */
/* ueberschriften */

#article h1	{
	font: 240%/120% Georgia, Times, serif; 
	margin: 20px 0 0px 0;
	color: #00385a;
}

#article h2	{
	font: bold 130%/100% "Lucida Sans", arial, sans-serif;  
	margin: 0 0 10px 0;
	color: black;
}

#article h3	{
	font: 140%/100% Georgia, Times, serif; 
	margin: 20px 0 10px 0;
	color: #00385a;
}


#links h1	{
	font: bold 120%/100% "Lucida Sans", arial, sans-serif;  
	margin: 0 0 10px 0;
	color: black;
}

/* *********************************************** */
/* absaetze, sondertext */

#article p {
	margin: 0 0 15px 0; 
	color: black;
}

#infobox p {
	margin: 0 0 10px 0; 
	color: black;
}

#article blockquote {
	font: italic 100% "Lucida Sans", arial, sans-serif;
	margin: 0 0 0 10px;
}

/* *********************************************** */
/* listen */
#article ul	{
	margin-bottom: 10px;
}

#article li	{
	background: url("/wp-content/themes/mel-institute/images/utilities/aufzaehlung.gif") no-repeat 0 2px;
	padding: 0 0 0 18px;
	margin: 0;
}

#article ol 	{
	list-style-type: decimal;
	padding: 0 0 0 25px;
}

#article ol li	{
	background: none;
	padding: 0;
	margin: 0;
}


#commentform textarea {
	width: 400px;
	margin-bottom: 7px;
}

#commentform .eingabe {
	width: 190px;
	float: left;
	margin-bottom: 7px;
}

#commentform .submit {
	background: black;
	color: white;
	font-weight: bold;
}

/* *********************************************** */
/* links */

.linkExtern,
.linkIntern	{
	background: url(/wp-content/themes/mel-institute/images/utilities/button_article.gif) no-repeat right 2px; 
	vertical-align: middle; 
	padding: 0 15px 0 0;
}



/* *********************************************** */
/* bilder */


/* *********************************************** */
/* formulare */

.form	{
	margin: 0;
	padding: 0;
}



/* *********************************************** */
/* input */

input,
textarea,
select	{
	border: 1px solid black;
	color: black;
	padding: 2px;
}

/************************************************************************************************/
/*
/*  Formular
*/

form#anmeldung {
	margin-top: 20px;
}

form#anmeldung label {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100px;
}

form#anmeldung textarea,
form#anmeldung input.eingabe,
form#anmeldung input.submit,
form#anmeldung select
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

form#anmeldung textarea,
form#anmeldung input.eingabe {
	width: 310px;
	border: solid 1px #000000;
	padding: 3px 6px;
	font-size: 14px;
}

form#anmeldung textarea
{
	height: 100px;
}

form#anmeldung textarea.pflichtfeld,
form#anmeldung input.pflichtfeld {
	padding: 2px 5px;
	border: solid 2px #742424;
}

.formfehler {
	width: 384px;
	padding: 10px 20px;
	background: #742424;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
