/*  
Theme Name: amd - AKADEMIE MODE UND DESIGN - HAMBURG MÜNCHEN DÜSSELDORF
Theme URI: http://www.amdnet.de/
Description: PRINT Theme
Version: 1.1
Author: Ole Lohmann
Author URI: http://www.projekt-77.de/
*/

/* ------------------------------------------ DEFAULT --------------------------------------------------- */

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body a:link:after, body a:visited:after {
	content: " (Adresse der Verlinkung: "attr(href)") ";
	color: #1A1A1A;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:focus {
	color: #333333;
	text-decoration: none;
}


acronym {
	font-weight: bold;
	text-decoration: none;
}

acronym:after {
	content: " (Acronym: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

abbr {
	font-weight: bold;
	text-decoration: none;
}

abbr:after {
	content: " (Abkürzung für: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

.invisible {visibility: hidden;}

.hide {display: none;}

.hide_title, .hide_active, .jumptocontent {
	position: absolute;
  	top: -6000px;
  	left: -6000px;
 	height: 1px;
	width: 1px;
}

address {display: none;}

a img {border: 0;}

table {
	border: 0;
	font-size: 100%;
}

/* -------------------------------------------- LAYER --------------------------------------------------------- */

img, #to_top, #function, #mainnavigation_pos, #mainnavigation_line, #bottom, #intern, #left, #header, #contact_back, #to_top_contact, #contact_sub3, #sub3g_back, #sub3gw2_back, #to_top_right, #subnavigation_4, #sub2_navigation3 {display: none;}

#frame_out {
	width: 600px;
	margin: 5px;
	line-height: 140%;
}


/* ################################################## title ################################################## */

h1 {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
	margin: 5px 0;
	padding: 5px 0;
}
		
h2 {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	word-spacing: 5px;
	margin: 5px 0;
	padding: 5px 0;
}

h3 {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	word-spacing: 5px;
	margin: 5px 0;
	padding: 5px 0;
}


/* ############################################################## form ########################################################## */


.contact_block input {
	width: 204px;
	font-size: 1.0em;
	border-top: 1px solid #A18D68;
	border-right: 1px solid #CECBC2;
	border-bottom: 1px solid #CECBC2;
	border-left: 1px solid #A18D68;
}  

.contact_send input {
	font-size: 1.0em;
	color: #9F0030;
	background-color: #FFFFFF;
	border-top: 1px solid #9F0030;
	border-right: 1px solid #9F0030;
	border-bottom: 1px solid #9F0030;
	border-left: 1px solid #9F0030;
	margin: 5px 10px 5px 0;
	padding: 1px 3px;
}  

.contact_block textarea {
	width: 365px;
	height: 65px;
	font-size: 1.0em;
	border-top: 1px solid #A18D68;
	border-right: 1px solid #CECBC2;
	border-bottom: 1px solid #CECBC2;
	border-left: 1px solid #A18D68;
}

.contact_block select {
	font-size: 1.0em;
	border-top: 1px solid #A18D68;
	border-right: 1px solid #CECBC2;
	border-bottom: 1px solid #CECBC2;
	border-left: 1px solid #A18D68;
}

/* ------- INTERN -------*/

.block_intern {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	display: block;
}

	.block_intern input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		border-top: 1px solid #A18D68;
		border-right: 1px solid #CECBC2;
		border-bottom: 1px solid #CECBC2;
		border-left: 1px solid #A18D68;
		margin: 0;
		padding: 2px;
	}  
	
	.block_intern textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		border-top: 1px solid #A18D68;
		border-right: 1px solid #CECBC2;
		border-bottom: 1px solid #CECBC2;
		border-left: 1px solid #A18D68;
		margin: 0;
		padding: 2px;
	}
	
	.block_intern select {
		font-size: 1.0em;
		border-top: 1px solid #A18D68;
		border-right: 1px solid #CECBC2;
		border-bottom: 1px solid #CECBC2;
		border-left: 1px solid #A18D68;
		margin: 0;
		padding: 2px;
	}


.field_intern {
	width: 140px;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
}

.form_intern {
	width: 500px;
	color: #020202;
	background-color: #EAEAEA;
	margin: 0;
	padding: 0;
	float: left;
}

	.form_intern_send {
		width: 500px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.form_intern_send input {
		font-size: 100%;
		color: #9F0030;
		background-color: #FFFFFF;
		border-top: 1px solid #9F0030;
		border-right: 1px solid #9F0030;
		border-bottom: 1px solid #9F0030;
		border-left: 1px solid #9F0030;
	}

